Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
HI Team ,
we do have requirement to default our date slider to current date and current date -5. The slider is picking the min and max date values and we are good with the max date value but the default min value whould be max date -5. This requirement is only for default setting and user should have feasibility to change.
Any inputs on this.
Solved! Go to Solution.
Hi, @dhwani
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may use the 'Date' column as a slicer and set the slicer as 'Relative Date Slicer'.
Today is 9/14/2020. Here is the result.
For further information, please refer to the document .
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @dhwani
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may use the 'Date' column as a slicer and set the slicer as 'Relative Date Slicer'.
Today is 9/14/2020. Here is the result.
For further information, please refer to the document .
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dhwani Can you use a relative Date slicer? Probably the cleanest. Otherwise you can do it by creating a new column and an additional slicer but it is kind of ugly.
@dhwani , No function is available to default the date slicer. The max you can do is have a column like this control the dates in the slicer or a slicer near to the date
If( [Date]>=today() -5 && [Date] <= Today() , "Last Five" ,"Others")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
81 | |
53 | |
37 | |
37 |