Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a date slicer on one page and also a card. The card is numerical data in columnar form which has a date (single day) associate with each day.
With the slicer in a range, it only gives me the options to "sum, average, minimum, etc. etc.".
What I want is the LAST value, so only the value for the end range of the slicer. Not sure how to accomplish this.
Thanks!
Solved! Go to Solution.
Hi @DataGeo
Is this calculated measure what you mean? My table is called Table, and the two columns are [Date] and [Value]
Measure = VAR d = LASTDATE('Table'[Date]) RETURN SUMX( FILTER( 'Table', 'Table'[Date]=d), 'Table'[Value])
Hi @DataGeo
Is this calculated measure what you mean? My table is called Table, and the two columns are [Date] and [Value]
Measure = VAR d = LASTDATE('Table'[Date]) RETURN SUMX( FILTER( 'Table', 'Table'[Date]=d), 'Table'[Value])
Hi, It works fine if you use the Date column in the same Table, but I'm using a Date hierarchy that is in a Calendar Table and it doesnt work. Can anybody helpme?
Nailed it! Thank you!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.