Forum Discussion
Gazsim44
6 years agoHelper III
Remove Rank from Table
Hi All, I am struggling to remove a rank number from the total on a table. I have done this previously on other tables using HASONEVALUE but I dont know how, if possible to incorporate this in t...
- 6 years ago
Hi Gazsim44
Try this,
Rank (Var to Prior Year) = IF ( HASONEVALUE ( 'PL Data'[Branch] ), RANKX ( FILTER ( ALLSELECTED ( 'PL Data'[Branch] ), NOT ( ISBLANK ( [Var. to Prior Year EUR] ) ) ), [Var. to Prior Year EUR] ) )Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
6 years agoCommunity Champion
Hi Gazsim44
Try this,
Rank (Var to Prior Year) =
IF (
HASONEVALUE ( 'PL Data'[Branch] ),
RANKX (
FILTER (
ALLSELECTED ( 'PL Data'[Branch] ),
NOT ( ISBLANK ( [Var. to Prior Year EUR] ) )
),
[Var. to Prior Year EUR]
)
)
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.