Forum Discussion
Srujana
9 years agoFrequent Visitor
Date Slicer - Reset
I am trying to default my report's date slicer to current date. created a table select case when Date = DATEADD(dd, DATEDIFF(dd, 0, getdate()), 0) then 'Today' else 'All' end as Flag,Date as Da...
v-qiuyu-msft
9 years agoCommunity Support
Hi Srujana,
The issue has been reported before internally: CRI 23743458
this is by design, we store previous selections and show them regardless of whether another filter may hide them. We do not want to clear selections based on filter from other slicers, and we are obligated to show any selected items.
Best Regards,
Qiuyun Yu
Srujana
9 years agoFrequent Visitor
Can you provide me the URL for CRI 23743458.
Though its by design, when the underlying data is refreshed, it would be nice if slicer resets to avoid confusion for user.
- v-qiuyu-msft9 years agoCommunity Support
Hi Srujana,
The incident URL is https://icm.ad.msft.net/imp/v3/incidents/details/23743458/home.
Best Regards,
QiuyunYu