Forum Discussion
RANKX With Ties for Dynamic TOPN
Hello All,
I have Meetings Completed to Meetings Assigned by employee wise, Dividing Meetings Completed/Meetings Assigned gives me the Ratio.
The Ratio is having Ties with multiple employees,means Emp A,B,C,D,E has Ratio as 1 and if give Top 3 from Numeric Range(What if Parameter) it's showing all the Emp's who is having Ratio 1.
I used the following DAX in Power BI
Help me out on this
TIA
Hi likhithar
You can add index column in power query to solve this issue,here are my steps,you can take a reference:
Go into the power query
Then sort met ratio field
Then sort emp name field
Then add index column from 1
Now the data look as:
in visualization,use the index field to create the slicer
Best Regards,
Community Support Team _Isabella
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
5 Replies
- CNENFRNL
Community Champion
- isabella
Microsoft Employee
Hi likhithar
You can add index column in power query to solve this issue,here are my steps,you can take a reference:
Go into the power query
Then sort met ratio field
Then sort emp name field
Then add index column from 1
Now the data look as:
in visualization,use the index field to create the slicer
Best Regards,
Community Support Team _Isabella
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.