Forum Discussion
PatrickWong
2 years agoHelper I
Need Help: column total
I have 2 table set which is related by the date. in first table, it is just the date and hour available for that date (range). on the second table, I have machine and how much time is used on the mac...
- 2 years ago
create a new measure
M2 = SUMX(VALUES(Machine number),[SUM of Total availble hrs])
Ahmedx
2 years agoSuper User
create a new measure
M2 = SUMX(VALUES(Machine number),[SUM of Total availble hrs])
- PatrickWong2 years agoHelper I
Thank you. works like a charm.