The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All ,
How can we show yesterday date in slicer as default and user can be also change start and end date according to their need.
Please help me on this.
Example
start date is 3/02/2024 and end date is today
need date like this in slicer 4/22/2024 - 4/22/2024
if any one needs to change start and end date then they can make changes as well in slicer
Thanks
P
- create a string representation of your date column, replace yesterday's date with a string "Yesterday"
- sort that new column by the original date column
- add a slicer or visual/page/report level filter
- set the filter to "Yesterday"
- publish the pbix to the workspace/app