Forum Discussion
Show Only Specified RANK AND First and fifth
- Anonymous2 years ago
Hi Anonymous
Maybe you can try this:
First of all, I create a set of sample:
Then I add a measure to analog (whenever i choose a seller i have his name displaying now while the others remain X )
Next, add a measure:
Measure 2 = IF(MAX('Table'[Rank])IN{1,5}||[Measure]<>"X",1)The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Maybe you can try this:
First of all, I create a set of sample:
Then I add a measure to analog (whenever i choose a seller i have his name displaying now while the others remain X )
Next, add a measure:
Measure 2 = IF(MAX('Table'[Rank])IN{1,5}||[Measure]<>"X",1)
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.