Forum Discussion
Rank with the actual values
Hi Smits474,
Please try below formulas:
Rank =
RANKX (
ALLEXCEPT ( TableRank, TableRank[Type] ),
LASTNONBLANK ( TableRank[Speed], MAX ( TableRank[Date] ) ),
,
DESC,
DENSE
)
MaxSpeed =
CALCULATE ( MAX ( TableRank[Speed] ), ALLEXCEPT ( TableRank, TableRank[Type] ) )If you still have any question, please feel free to ask.
Best regards,
Yuliana Gu
I want to have multiple tables outcome, with different tops.
I have made a new datasheet and i have made tables of what i want to be is the outcome.
The datasheet is:
:Datasheet
In this situation, i sliced on the name 'Peter', type 'B' and date '15-02-2016'.
For 1: I want to know the top 5 of speed of all time with the same gender & type as Peter.
1
For 2: I want to know the top 3 of speed with the angle of all time with the same gender & type as Peter.
2
For 3: I want to know the top 2 of speed of the previous measure off Peter.
3
I want all the outcomes in one page, so top N filtering isn't a solution.
I've tried the top N funtion but it gives me this error: 'The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.'