Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I got my % PO Lines Correct with the below Dax formula,
Now Im trying to just get the % Not Late and I cannot figure out how to do it in dax.
This is what I tried and it should be the same as 67% but Im returning 72%.
Solved! Go to Solution.
Try
Not Late = CALCULATE([PO Lines],'ERP PO Items'[OTD Status] = "Not Late")
Try
Not Late = CALCULATE([PO Lines],'ERP PO Items'[OTD Status] = "Not Late")
That Work.. Thank you so much for your help..
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |