Forum Discussion
akwang
8 years agoAdvocate II
Line 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 | 120 | 97% |
| Line 4 | 42 | 50 | 84% |
How can i create a formula that would result in the Production Efficiency % column? When i Sum the Actual it remains according to line, but when i sum the standard i get 720 as all the standard rather than as it is on the table.
Hi SiviMani,
I fixed the problem by enabling relationships as both direction relationship.
8 Replies
- akwangAdvocate 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?