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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
devendrakotaru
Frequent Visitor

how to get latest data as Total from different columns in Matrix

Hi All,

As shown in the below table, we need to get the total as the latest data 
for x row, Day 5  45 is the latest

for y row, Day 3 40 is the latest

for z row, Day 2 12 is the latest

 Day 1Day 2Day 3Day 4Day 5Total
x404240414545
y  40  40
z1112   12

 

How to achieve this with the DAX?
Thanks in advance

1 REPLY 1
wdx223_Daniel
Super User
Super User

=LASTNONBLANKVALUE(Table[Days],SUM(Table[Value]))

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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