Forum Discussion
09
Helper I
4 years agoReturn the discrepancy date per material
Hello all, I'm trying to make a DAX measure that returns the first date a discrepancy happens for each material in a pivot table but the formula that i've created didn't give me the right result: CA...
amitchandak
Super User
4 years ago09 , Try like
minx(filter(values('BD 1'[Material]),[ECRT 4400 UNR]<>0), calculate( MIN('BD 1'[Date])))
- 094 years ago
Helper I
Thanks for replying. I tried your formula but it gave me that result.