Forum Discussion
Kumar7360
6 years agoFrequent Visitor
Custom date selection on dashboard reports
Hi All, By default, when we open a Dashboard we need to display the data for last one month in th report. if users wants to change the selections they will choose the start date and end date in ...
Anonymous
6 years agoNot applicable
Hi Kumar7360.
You can create a bookmark with measure formula and today function and apply on a visual(extract the year, month part and use with if statement), it will dynamically update the filter range based on the system date.
Regards.
Xiaoxin Sheng
- Kumar73606 years agoFrequent Visitor
Hi,
This will hep me to get the last month filter by default but we also need a functionality where users change the date selection when they want some other date range.
- Anonymous6 years agoNot applicable
HI Kumar7360,
Nope, other types of interaction/filters not able to dynamic effect the stored bookmark filters. Perhaps you can try to add a query parameter filters on your query tables to effect generated data model table records to indirect effect the bookmark filters.
Regards,
Xiaoxin Sheng