What is the problem or goal the end user is trying to solve or accomplish?
The end user wants to embed a dashboard and provide a time filter that only allows their customers to select an "End Date".
Their goal is to show all data up to a specific date chosen by the user, without exposing the "Start Date" control. They want to set a fixed start date (e.g., the beginning of time) in the background and only show the "End Date" picker in the UI.
How are they solving it currently?
This is not natively possible. The current "Time Range" filter is a single component, and its "Start" and "End" sections cannot be hidden independently.
What is the recommended solution by the Customer?
Add new configuration options to the native "Time Range" filter component that allow a dashboard creator to independently hide the "Start" or "End" controls.
This would allow the customer to natively configure the filter to only show the "End Date" picker, achieving their goal without any custom code.