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

Display the most recent value in a card

I'm trying to display the most recent value in a card but cant seem to get it to work correctly.

 

I have different individuals who have had their weight, skinfolds etc measured on different days and I want the cards to display the most recent scores for weight, skinfolds etc. 

 

For example if I selected Player 1 his cards would display:

 

Weight  124.54

Skinfolds 79.21

 

Name.     Date Tested.      Weight.        Skinfolds

Player 1.     12/3/2020.      123.               75.32

Player 2.     24/4/2020.      98.67             43.21

Player 1.     20/4/2020.      124.54.              -

Player 2.     15/1/2020.      96.90               45.00

Player 1.      1/5/2020.           -                  79.21

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@jamieham , Try measure like

last Weight = LASTNONBLANKVALUE(Table[Date Tested], max(Table[Weight]))

last Skinfolds = LASTNONBLANKVALUE(Table[Date Tested], max(Table[Skinfolds]))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@jamieham , Try measure like

last Weight = LASTNONBLANKVALUE(Table[Date Tested], max(Table[Weight]))

last Skinfolds = LASTNONBLANKVALUE(Table[Date Tested], max(Table[Skinfolds]))

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.