Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

default slicer selection should be latest date when we open the report

default slicer selection should be max(date) when we open the report. below dax is working but the calculated column is text like "Latest Date" but i need max(date). Need urgent help on this requirement.

 

working fine: _Date_slicer =
IF('Date'[Date] = MAX('Date'[Date]), "Latest Date", FORMAT('Date'[Date], "MM-DD-YYYY"))
 rajudel_0-1680835649833.png

 

 

not working:
 IF('Date'[Date] = MAX('Date'[Date]), MAX('Date'[Date]), 'Date'[Date])
rajudel_1-1680835668044.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , the second one is working, it is giving the 1-April Date. But you can not default

The one gives a fixed text value which you can save in the slicer

 

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchauhan 

 

Hi Amit,

 

in that video, he is creating this year, this month, today or yesterday, but i use these calculated column into another dax measure then it will not filter the data and it wont compare the data with text and integer. because of this reason

 

i required default latest date should be selected in slicer when i open the report. this is the requirement

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.