Forum Discussion
Line Efficiency DAX formula
- 8 years ago
Hi SiviMani,
I fixed the problem by enabling relationships as both direction relationship.
Hi akwang,
Create a calculated column with Divide function.
Production Efficiency % = DIVIDE(Table1[Total KG/h Actual],Table1[Total KG/h Standard],0)
Then Change the Format to Percentage which under modeling tab
regards,
Siva
- akwang8 years ago
Advocate II
Hi 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?
- SivaMani8 years ago
Resident Rockstar
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