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! Learn more
Hi all,
Is there a method in which Power BI automatically selects the latest date you have in your data, when you open the file?
Thanks in advance!!
Kind regards,
C
Solved! Go to Solution.
@Anonymous , typically you can use relative date slicer of can have a column like this you date table
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range
Is Today = if('Date'[Date]=maxx(Sales,[Sales Date]),"Max Date",[Date]&"")
As this a varchar you mark the date as its sort column. And Use Max date as the filter
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
@Anonymous
You may refer to the post below.
@Anonymous
You may refer to the post below.
@Anonymous , Refer if this can help
Thanks for your reply, but nope sorry that isn't what I'm looking for
@Anonymous , typically you can use relative date slicer of can have a column like this you date table
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range
Is Today = if('Date'[Date]=maxx(Sales,[Sales Date]),"Max Date",[Date]&"")
As this a varchar you mark the date as its sort column. And Use Max date as the filter
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
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 |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |