Date filters on dashboard are not dynamic #30725
Replies: 1 comment
-
To allow users to select a specific year and month and see annual changes from that period in Apache Superset, you need to ensure that your date filters are configured to handle custom time ranges effectively. The Here are some steps you can consider:
If these steps do not resolve the issue, you may need to explore more advanced configurations or custom solutions within Superset to achieve the desired functionality. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
Thanks in advance for your help.
I have multiple date related filters on my dashboard and using KPIs and line charts to present percentage change relative to previuos year and metrics in time. When any date related filter chosen (say Month), the dashboard presents only that period's calculation. We're in 10th month, what I want for the users is to be able go and choose prefered, year and month and see annual change from that period. I tried configuring "defaultDataMask" as (e.g)
"defaultDataMask": { "extraFormData": { "time_range": "Last 52 weeks" }, "filterState": {}, "ownState": {} },
but did not work.
Any suggestion?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions