Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

undefined

i have one column name is owner name and two measures owner_classification,no of mol vessels. how to rank bases on no of mol vessesl?

7 Replies

  • RANKX(ALL('Table'[owner name]),[no of mol vessels],,DESC  ,Dense)
    directly taken no of mol vessels as mentions as measure, if it is a column do with an aggreate function as below
    RANKX(ALL('Table'[owner name]),CALCULATE(SUM(Table[no of mol vessels])),,DESC  ,Dense)

    • Anonymous's avatar
      Anonymous
      Not applicable

      Let me try it and let you know

    • Anonymous's avatar
      Anonymous
      Not applicable

      I tried both the methods but it didn't work. Please tell me any other method to solve this?

      • manikumar34's avatar
        manikumar34
        Solution Sage

        Please share sample data and output to share the proper resolution 

  • Anonymous's avatar
    Anonymous
    Not applicable

    I want netflix dashboard using predictive analysis in power bi. Please help.