Forum Discussion
Cednok
5 years agoFrequent Visitor
Lost time calcul with more value
Hi the community, I need to calculate the time lost on anomalies to be corrected Here is my table The problem is that if there are several anomalies on the same account item fo...
- 5 years ago
Cednok , Create a meausre like
sumx(summarize(Table, Table[Ref Article], Table[Article], Table[Lost Time]),[Lost time])
amitchandak
Super User
5 years agoCednok , Create a meausre like
sumx(summarize(Table, Table[Ref Article], Table[Article], Table[Lost Time]),[Lost time])
Cednok
5 years agoFrequent Visitor
Perfect Thank you very much