Forum Discussion
akwang
Advocate II
8 years agoLine Efficiency DAX formula
Hi I need help with a formula below: This is what i want Total KG/h Actual Total KG/h Standard Production Efficiency % Line 1 240 250 96% Line 2 273 300 91% Line 3 116...
- 8 years ago
Hi SiviMani,
I fixed the problem by enabling relationships as both direction relationship.
akwang
Advocate II
8 years agoHi Ihave the data in two separate tables. One with the actual prod and the other with the Standard for Line 1,2,3.
How would i calculate that?
SivaMani
Resident Rockstar
8 years ago
Sorry, I thought you have the values in the same table
Create a relationship between the tables based on the Line.
Then create a calculated measure,
Production Efficiency % = DIVIDE(SUM(Table1[Total KG/h Actual]),SUM(Table2[Total KG/h Standard]),0)
- akwang8 years ago
Advocate II
Hi This is what i get on the table visual and my reference table is below:
TABLE VISUALREF TABLE
The STD is not sepatating by line causing incorrect %efficiency