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
i want to flash client wise date till which last revenue numbers are available .
i know we can do it with max function to check latest date but there must be some function which is returning date by checking in some another column i.e revenue is available and then return the date.
Pls Help!!
Solved! Go to Solution.
Hi @Anonymous ,
You can try these measures
Total Sales = SUM(Sales[Sales Amount])Last Sales Date = LASTNONBLANKVALUE(Sales[Sales Date],max(Sales[Sales Date]) )Last Sales = LASTNONBLANKVALUE(Sales[Sales Date],[Total Sales])
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @Anonymous
Can you provide more details with sample input and output.
Hi @Anonymous ,
You can try these measures
Total Sales = SUM(Sales[Sales Amount])Last Sales Date = LASTNONBLANKVALUE(Sales[Sales Date],max(Sales[Sales Date]) )Last Sales = LASTNONBLANKVALUE(Sales[Sales Date],[Total Sales])
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
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 |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |