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
EsterBR
Helper II
Helper II

Card - Show the last value according to date

Hi,

 

I have the following table and I would like to add a card to the dashboard the shows the latest value in the table according to the last date. In this case the card should show 403. How can I achieve this?

EsterBR_0-1713130078597.png

Thank you so much!

 

 

1 ACCEPTED SOLUTION
bchager6
Super User
Super User

@EsterBR  This should work:

Sales for Most Recent Date =
VAR MaxDate =
    MAX ( 'Table'[Date] )
RETURN
    CALCULATE ( SUM ( 'Table'[Sales] ), 'Table'[Date] = MaxDate )

 

View solution in original post

1 REPLY 1
bchager6
Super User
Super User

@EsterBR  This should work:

Sales for Most Recent Date =
VAR MaxDate =
    MAX ( 'Table'[Date] )
RETURN
    CALCULATE ( SUM ( 'Table'[Sales] ), 'Table'[Date] = MaxDate )

 

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.