Forum Discussion
Issues with rankx
Hello. I have 5 product categories and i want to rank them from 1 to 5 according to their sales but the data integrity is not accurate 100% and I would like to ask for some help.
This is my dax function for the Sum:
when I will pick components and clothing both of them will have rank 3
how can I solve this issue?? Thanks in advance
6 Replies
- some_bih
Community Champion
Hi Anonymous try to replace part ALL in
ALL ( dimProducts[Category_Name]) with ALLSELECTED ( dimProducts[Category_Name])
- AnonymousNot applicable
unfortunately didnt help, it ranks every category as 1
- AnonymousNot applicable
Hi Anonymous ,
Based on the information you provided, you can follow this step below:
1.Add new measureSales Amount Product Category Rank = RANKX ( FILTER ( ALL ( 'Table' ), 'Table'[orders] ), CALCULATE ( MAX ( 'Table'[orders] ) ), , DESC )Store Rank Text = [Sales Amount Product Category Rank] & " of " & 5Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
it helps but for some reason i dont know how to adjust my table for your solution
I dont know how to upload the file ... I am new to this platformi hope this help somehow.
- AnonymousNot applicable
Hi Anonymous ,
You can put your files in a dropbox, onedrive or googledrive folder and share the link with the community. Please provide more details with your desired out put and pbix file without privacy information.
Please refer to the related links for details:
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
How to Get Your Question Answered Quickly - Microsoft Fabric Community
Best Regards,
Ada Wang