Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
70 | |
68 | |
50 | |
32 |
User | Count |
---|---|
117 | |
100 | |
73 | |
65 | |
40 |