The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I am trying to show percentage of total quantity completed for production orders in a given week. As part of the table I have two columns (1) total quantity on the production order (2) total completed on the production order. The table includes a date column so I can filter by relative date on the visual.
I'm not sure how to write the measure in pbi. I thought the dax measure would be: = DIVIDE(SUM(qtycompleted),SUM(qty)) * 100
But the answer I get is slightly different (a few percent) than when I export the table to excel and divide qtycompleted / qty * 100.
Am I writing the dax incorrectly?
Sorry - without the * 100 on the pbi dax, formatting the measure as a percentage
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
27 | |
18 | |
13 | |
9 | |
5 |