Forum Discussion
Anonymous
3 years agoNot applicable
Keep ranking value with filter
Hello Community,
I am trying to represent the global ranking position for an entity and I get it. But when I want to show only one of the entities the ranking value becomes 1. I understand why it does this, but I don't manage to keep its actual position in the ranking even if I am filtering the visual by a single entity.
Can this be done?
Best Regards
7 Replies
- johnt75
Super User
Try
Ranking = RANKX ( ALL ( 'Dim Grupo'[GRUPO_ABREV] ), CALCULATE ( SUM ( 'Fact total'[Primas emitidas] ) ), , DESC, SKIP )- AnonymousNot applicable
Does not work
I want to keep the original value
- johnt75
Super User
Are there any other columns in your table visual, as opposed to measures ?