Forum Discussion
Anonymous
7 years agoNot applicable
Percentagem from a calculated value
I have a calculated value that filter the hours worked from two employee. They work on several projects, and I got the amount of hours with the following measure Hours =
...
- 7 years ago
Hi,
Assuming Total is a measure, write this measure
Measure2 = [Total]/CALCULATE([Total],ALL(Data[Projecto]))
Hope this helps.
Ashish_Mathur
Super User
7 years agoHi,
Assuming Total is a measure, write this measure
Measure2 = [Total]/CALCULATE([Total],ALL(Data[Projecto]))
Hope this helps.
Anonymous
7 years agoNot applicable
Hi,
It worked!
Thank you Ashish, you saved me.
Best regards,