Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |