The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All, Please help me.........!😊
I have a date slicer and I choose before in the slicer. How do I make today's date the default date in Slicer?
Solved! Go to Solution.
Hi @Anonymous ,
Please try below steps:
1. create a date table with below dax formula
Table = CALENDAR(DATE(2022,10,01),TODAY())
2. add a slicer with Table[Date] field
Please refer the attached .pbix file
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please try below steps:
1. create a date table with below dax formula
Table = CALENDAR(DATE(2022,10,01),TODAY())
2. add a slicer with Table[Date] field
Please refer the attached .pbix file
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous https://community.powerbi.com/t5/Desktop/Default-Date-in-the-Slicer/m-p/560998#M264608
this post above will help you get the desired output.