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.
Greg_Deckler
6 years agoCommunity Champion
Sample data please. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490