Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi everyone,
I have set up a running stock report to see at which time the stock is used up.
For that I am using a matrix visual and 2 DAX measures.
I need a custom DAX measure that gives back the date value for reaching the first negative running stock value for a material.
In This example it will be the 17.11 for Material 15M7068
Unfortunately I am not yet able to set this up..
Thanks for helping me! Best regards Ralph
You can try
First negative date =
FIRSTNONBLANK ( 'Date'[Date], IF ( [Running Stock] < 0, 1 ) )
Hi,
thank for the hint.
I set up that Dax measure, but I cannot drop it into my row of the matrix visual..
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 |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |