Forum Discussion
vijay_27
4 years agoHelper I
Correct Rank in Matrix
Hi I have one table, consist of country , model and quantity column, When i create table view, country, model, quantity it show correct rank, But when i use table view it show correct ...
- 4 years ago
vijay_27 , Try isinscope
Measure = if(isinscope('Table'[Model]), RANKX(ALL('Table'),CALCULATE(SUM('Table'[Quantity]),ALLEXCEPT('Table','Table'[country],'Table'[Model])),,DESC,Dense),[Measure 2])
amitchandak
4 years agoSuper User
vijay_27 , Try isinscope
Measure = if(isinscope('Table'[Model]), RANKX(ALL('Table'),CALCULATE(SUM('Table'[Quantity]),ALLEXCEPT('Table','Table'[country],'Table'[Model])),,DESC,Dense),[Measure 2])