Forum Discussion
Anonymous
6 years agoNot applicable
Create a table from the source data
Hi Need help in creating a dynamic table out of the employee source data based on a particular column which has names of team leads (includes duplicates). This new table should count the ranks (text...
- 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.
Icey
6 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.
Anonymous
6 years agoNot applicable
Great! Thanks.