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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I would like to show calculated result of the last day I selected by slicer on the card.
Sales
Date Sales
1 Apr 2018 20
2 Apr 2018 30
3 Apr 2018 10
.
.
15 Apr 2018 40
Slicer
1 Apr 2018 - 15 Apr 2018
Card
40
Currently card shows total of sales but I would like to show 40.
How can I do that? Appreciate your help.
All the best,
cocomy
Solved! Go to Solution.
Hi @cocomy
Try this mEASURE
Measure = CALCULATE ( SUM ( Sales[Sales] ), LASTDATE ( Sales[Date] ) )
Hi Zubair,
Thank you very much. It is what I was looking for.
All the best
cocomy
Hi @cocomy
Try this mEASURE
Measure = CALCULATE ( SUM ( Sales[Sales] ), LASTDATE ( Sales[Date] ) )
Hi Zubair,
Thank you very much. It is what I was looking for.
All the best
cocomy
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 40 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 98 | |
| 84 | |
| 35 | |
| 30 | |
| 25 |