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,
I have a filter with field date.
Is it possibile to setting up a default open to a filter as last date available so if the database updates if I open the workbook I have always the last date selected?
Thank you
First you need to create a measure that selects the latest date value and then use this measure as an input to create a calculate column in power bi
Measure
max_date=
@Giada_Togliatti , You can have a column like this in date table
Is Max= if('Date'[Date]=max(Table[Date]),"Last Date",[Date]&"")
You can select last date -Last Date
You can sort this column on Date
Hi @Giada_Togliatti ,
It is currently impossible to achieve if set the maximum date as the default option for the filter or slicer directly. You can refer the solution in the following threads as workaround to achieve it.
Default slicer selection(Latest date) in Power BI
max value selected in date slicer
In addition, here is one similar idea shared on Power BI Ideas, you can vote it up and add your comments there to improve Power BI on this feature. You can also raise a new one.
Best Regards
Rena
Community Support Team _ Rena Ruan
If this post helps, then please consider Accept it as the solution to help the other members find it more.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 44 |