Forum Discussion
Create a table from the source data
- 6 years ago
Anonymous
Okay, this is what you are looking for I think:Employee Rank % = DIVIDE( COUNT(Employee[Employee]), CALCULATE( COUNT(Employee[Employee]), ALLSELECTED(Employee[Rank]) ) )If you are satisfied with my answer, please mark it as a solution so others can easily find it.
APPRECIATE KUDOS!
- 6 years ago
Hi Anonymous ,
Select the column/measure you want to modify, then you will find "%" in menu bar.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Then you simply use a MATRIX visual and plot your fields as I did below.
If you are satisfied with my answer, please mark it as a solution so others can easily find it.
APPRECIATE KUDOS!
Hi
Its not quite what i want, although it sort of in the same directio. i want the unique Team Leads in column 1 instead of the employees and rest of the columns to give the % of count of a particular rank divided by the total number of employees of that particular team lead
- Fowmy6 years agoSuper User
Anonymous
Okay, this is what you are looking for I think:Employee Rank % = DIVIDE( COUNT(Employee[Employee]), CALCULATE( COUNT(Employee[Employee]), ALLSELECTED(Employee[Rank]) ) )If you are satisfied with my answer, please mark it as a solution so others can easily find it.
APPRECIATE KUDOS!
- Anonymous6 years agoNot applicable
this is perfect! how do i convert the values to %?
- Icey6 years agoCommunity Support
Hi Anonymous ,
Select the column/measure you want to modify, then you will find "%" in menu bar.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.