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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ReidiLexi
New Member

Total on Measure with Max Date not reflecting correctly

I am trying to get the total amount from the latest transaction for all clients. See below for the sample table:

ReidiLexi_0-1683224530086.png

 

When creating a table in PowerBI, I get the following where the total only reflects the last 2 latest transaction (75) instead of the total of the entire records (235):

ReidiLexi_1-1683224587033.png

 

Here's my measure (Sheet1 is the table name):

_Latest amount = VAR _maxd = maxx(Sheet1, Sheet1[Date].[Date]) RETURN CALCULATE (SUMX(Sheet1, Sheet1[Amount]), Sheet1[Date] = _maxd)

Can someone help and take a look into this?

Thanks in advance!

 

 

 

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

write another measure like this
Fixed = SUMX(VALUES(Sheet1[Client]), [_Latest amount])

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

write another measure like this
Fixed = SUMX(VALUES(Sheet1[Client]), [_Latest amount])

Thank you so much! This helps a lot! 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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