Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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..
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
17 | |
14 | |
13 | |
12 | |
10 |
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
6 |