Nikhil,
I tried the different steps, but still not getting the proper information:
- Ranking: I set up a dimension =Rank([SingleMonth].[Market Chargeable Weight];[Agent Head Office Name]) In ([Agent Head Office Name]) --> Returns an incorrect ranking of data
- Others: I set up a dimension : =If([Agent Ranking (Chargeable Weight)]>15;"Others";[Agent Head Office Name])In ([Agent Head Office Name]) --> Drag and Drop where I want the "Others" text to show up --> Does not work, returns #Multivalue
- Value: =Sum([SingleMonth].[Market Chargeable Weight]) ForEach ([Others2:]) --> Drag and Drop where I want the value to show up --> does not work, returns #Multivalue
My table of value contains all values I need with the appropriate columns, and Ranking is working properly (as Measure, not Dimension). I'm only missing a cell called Others in the customer name list, as I have also the correct value, and this cell to be considered equal to other customers name to be picked up by the chart.
I don't want to generate any other table at all.
Please let me know if there are other ways to approach this to get the appropriate results :-)