Forum Discussion
natti_plis
2 years agoFrequent Visitor
How to exclude rows from the dynamic RANX metric?
Hi! I need help with the RANKX function. I have one ranking on the fly, that works perfectly on the items that are selected ->> duel_rank = RANKX(ALLSELECTED(smb_pbi_input[Identifier]), CALC...
- 2 years ago
natti_plis Can you provide a link to a sample file. This seems very doable.
duel_rank = RANKX(FILTER(ALLSELECTED(smb_pbi_input[Identifier]), [prod_type] = 2), CALCULATE( sum (smb_pbi_input[xxx])), ,ASC)
Greg_Deckler
2 years agoCommunity Champion
natti_plis Can you provide a link to a sample file. This seems very doable.
duel_rank =
RANKX(FILTER(ALLSELECTED(smb_pbi_input[Identifier]), [prod_type] = 2), CALCULATE( sum (smb_pbi_input[xxx])), ,ASC)