Forum Discussion
Percentagem from a calculated value
- 7 years ago
Hi,
Assuming Total is a measure, write this measure
Measure2 = [Total]/CALCULATE([Total],ALL(Data[Projecto]))
Hope this helps.
Sure Mariusz , I can show you on the image below
I need to divide the total column by total All projects.
I sum up all the rows where employee1 and employee2 worked. They are from the test department.
I know that the test department worked on a project by the column timeworked.
I am making a report to display the hours spent on each project. The values from the grid that I've put on the first was gathered with the measure.
The real point, is how to calculate the percentage from the projects where the test department worked.
This is my dataset.
I really appreciate your help
Hi,
Assuming Total is a measure, write this measure
Measure2 = [Total]/CALCULATE([Total],ALL(Data[Projecto]))
Hope this helps.
- Anonymous7 years agoNot applicable
Hi,
It worked!
Thank you Ashish, you saved me.
Best regards,