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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Tobias106
Helper I
Helper I

Show in card last value of a date

Hello,

 

my calender goes until 31.12.2024.

 

My last value in column A = 12345 (this is on 16.11.2022). 17.11.2022 and so on is empty.

 

Now I want to show in the card always the value of the last date, with a value. 

 

Any ideas with a measure?

 

Thank you

 

Tobias

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Tobias106

 

You can try this measure. Change the table name accordingly. 

Measure = 
var _lastDate = MAXX(FILTER('Table (5)',NOT(ISBLANK('Table (5)'[Value]))),'Table (5)'[Date])
return
MAXX(FILTER('Table (5)','Table (5)'[Date]=_lastDate),'Table (5)'[Value])

vjingzhang_0-1669024542337.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Tobias106

 

You can try this measure. Change the table name accordingly. 

Measure = 
var _lastDate = MAXX(FILTER('Table (5)',NOT(ISBLANK('Table (5)'[Value]))),'Table (5)'[Date])
return
MAXX(FILTER('Table (5)','Table (5)'[Date]=_lastDate),'Table (5)'[Value])

vjingzhang_0-1669024542337.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

mariussve1
Solution Sage
Solution Sage

Hi,

 

Do you have a Date table ( marked as datetable ) in your model? This is recommended and best practice.

 

Then you could use:

 

CALCULATE ( [Measure], LASTDATE( 'Date'[Date] ) )

 

Br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.