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! Learn more

Reply
azaterol
Helper V
Helper V

Show newest price in the table

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.

azaterol_0-1689887051601.png

 

 

I have given a date on which the price has been entered for the day.

 

Example here:

DatePrice
02-20-20236.30 $
04-15-20235.00 $
01-08-202115.00 $
11-10-20228.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.

4 REPLIES 4
ThxAlot
Super User
Super User

LatestPrice.pbix

 

Merely one simple DAX measure,

ThxAlot_0-1689919899192.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



miTutorials
Super User
Super User

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

AbhinavJoshi
Responsive Resident
Responsive Resident

Hello @azaterol, are you trying to show the lastest price by date and any other feild like an ID? 

Hey @AbhinavJoshi , 

 

yes by the newest Date.

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.

Top Solution Authors