Forum Discussion
NourJ
3 years agoHelper III
Date Slicer - Between - issues
Hi all,
Recently I am facing an issue with the date slicer "between", it is not showing the latest date by default any suggestions on how to solve this issue?
1 Reply
- AnonymousNot applicable
Hi NourJ ,
I have created a simple sample, please refer to my pbix file to see if it helps you.
Create a date table.
Table 2 = CALENDAR(DATE(2023,1,1),DATE(2024,12,31))Then create 2 columns.
Slicer Date column = if('Table 2'[Date]= MAX('Table'[date]),"Latest Date",'Table 2'[Date]&"")Is Active Dates = if('Table 2'[Date] <= max('Table'[date]),1,0)Then filter the silcer is 1.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.