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
Hello everyone,
I would like to have the latest entry of the price in a table and not the maximum, variance, average or minimum.
When I right click on the column to get different display options. Unfortunately, there is no way to select the latest price entered.
I have given a date on which the price has been entered for the day.
Example here:
| Date | Price |
| 02-20-2023 | 6.30 $ |
| 04-15-2023 | 5.00 $ |
| 01-08-2021 | 15.00 $ |
| 11-10-2022 | 8.4 $ |
The most recent price from the column should now be displayed in the table visual. Here: $5.00
How can I solve this? Is this possible with Power Query or via a filter that I drag into the table?
Thank you, for help.
Merely one simple DAX measure,
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
Please see this tutorial... You can skip the Order ID and Treatas part in this.
How to get latest Status/Value in PowerBI using DAX | MiTutorials - YouTube
Hello @azaterol, are you trying to show the lastest price by date and any other feild like an ID?
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.