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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Dynamically latest date selection in power bi single select slicer

My req is when report will be opened in power bi services, by default latest date will be selected in a single select slicer. Consider in import mode there are 10 dates are coming nd assigned to a slicer(single select dropdown).By default it shows older date as selected date.I need to do opposite, it should be latest date selected by default and if user want to select other dates they can change manually.My landing page by default should show latest date dynamically. I have checked Power BI community and Stack overflow fully for this issue but it does not get resolved.

2 REPLIES 2
nandukrishnavs
Community Champion
Community Champion

@Anonymous 

 

I'm not sure whether the below solution will help you.

 

Create a calculated column.

Filter Column = IF(MAX('Table'[Date])=[Date],"Latest",FORMAT([Date],"dd-mm-yyyy"))

 

Then use this column in the slicer.

nandukrishnavs_1-1597819425074.png

 

 

 


Regards,
Nandu Krishna

Anonymous
Not applicable

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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