Forum Discussion
Anonymous
6 years agoNot applicable
Getting bottom 3 dynamicaly
Hi, this one is a bit complicated so i'll try and explain as best as I can. I have a table with Order ID, Seller, Ranking of price. Each order has a different number of rankings. E.g Order 1 might...
- 6 years ago
Hi Anonymous ,
You could create a new measure based on the "isBottom3".
_isBottom3 = SUMX ( ALLEXCEPT ( Example, Example[Seller] ), [isBottom3] )Here is the result.
amitchandak
6 years agoSuper User
Refer:https://community.powerbi.com/t5/Desktop/TOP-and-bottom-10-over-a-3-different-measures/td-p/158466
https://www.tutorialgateway.org/power-bi-top-10-filters/
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale