Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Ranking Column by Sub Category (RANKX)

Hello Everyone,   I have a feeling that this question has already been answered. But I still have to ask again. I found a few posts here explaining similar situations. For some reason solutions did...
  • samdthompson's avatar
    samdthompson
    8 years ago

    Ok, do this:

     

    Amount Measure:=sum([Amount])

    Rank Measure:=RANKX(ALL(Table1[Manufacturer_ID]),[Amount Measure])

     

    and heres it working regardless of year:

    If this doesnt work you might need to post a picture of your data structure so we can have a look at tables that need to be taken account of. There is also some great info here: https://powerpivotpro.com/2015/06/rankx-apalooza-within-and-across-groups-with-filters-etc/  

     

     

     

     

    // if this is a solution please mark as such