Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team,
I got a requirement where the slicer selection should be the the max date by default where the remaining dates also be displayed for further selection as shown below.
Able to get the max date using dax but when i use that DAX in the slicer,it is showing only the Max date which is not the requirement.All the dates has to be shown and Max has to be selected by default.Please help to resolve the issue.
Best Regards,
Sushma
Solved! Go to Solution.
@SushmaReddy , You have to create a column like this
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]&"")
And save it on Max date
@SushmaReddy , You have to create a column like this
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]&"")
And save it on Max date
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |