Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello,
When using a DimDate table in a slicer, I get the entire range of the dates of the DimDate Table.
Is there a way to make a dynamic filter on the dates of the slicer?
I've created measures to get the dynamic min and max date vaules, how can I add these to the slicer filter?
Solved! Go to Solution.
To get this to work, I made a new table through query by
From here I use this new table as the date references in the slicer.
To get this to work, I made a new table through query by
From here I use this new table as the date references in the slicer.
Hi, @MrGlenn
Try to add a calendar table and create a slicer based on that table.
Then you need to add a measure like below and apply it to visual filter pane.
filter = IF(SELECTEDVALUE('Calendar Table'[Date])>[mindate]&&SELECTEDVALUE('Calendar Table'[Date])<[maxdate],1,0)
Best Regards,
Community Support Team _ Eason
Here is an example with PBIX https://community.powerbi.com/t5/Desktop/show-max-date-slicer-in-button/m-p/2348830
Thanks,
Ritesh
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.