Forum Discussion
Anonymous
7 years agoNot applicable
Create calculated dimension field based on measure value
Hi all I want to show a Pie chart Dimension=Utilization staus Measure = No of Emp Id Ex: when I select week= 2/8/2019 AVG_384 is Fully Utilized (40+60= 100%) US_1 is Fully Utilized (70...
- 7 years ago
Hi Anonymous ,
Based on my test, you could refer to below steps:
Create below measure:
Measure = CALCULATE(SUM(Table1[Utilization %]),ALLSELECTED(Table1[Utilization]))
Create visual and add related fields, you could see the correct result:
You could also download the pbix file to have a view.
Regards,
Daniel He
v-danhe-msft
Microsoft Employee
7 years agoHi Anonymous ,
Based on my test, you could refer to below steps:
Create below measure:
Measure = CALCULATE(SUM(Table1[Utilization %]),ALLSELECTED(Table1[Utilization]))
Create visual and add related fields, you could see the correct result:
You could also download the pbix file to have a view.
Regards,
Daniel He