Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ouss1999
Regular Visitor

Show Only Specified RANK AND First and fifth

Is someone has an idea on how we can display a table while only showing 3 rows ( first rank sthe rank of the seller we choose and fifth rank while showing only the name of the one we do choose)

i have been strugling with this task for a while

i did find a way to display all the seller while filtering by one seller and showing only his name( so whenever i choose a seller i have his name displaying now while the others remain X )

but i do only want the fifth and first place and the one i choose to show

Is there anyway to do that ?

ouss1999_0-1714467830398.png

 

1 ACCEPTED SOLUTION
v-zhengdxu-msft
Community Support
Community Support

Hi @ouss1999 

 

Maybe you can try this:

First of all, I create a set of sample:

vzhengdxumsft_0-1714530388830.png

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:

vzhengdxumsft_1-1714530664779.png

 

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.

View solution in original post

1 REPLY 1
v-zhengdxu-msft
Community Support
Community Support

Hi @ouss1999 

 

Maybe you can try this:

First of all, I create a set of sample:

vzhengdxumsft_0-1714530388830.png

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:

vzhengdxumsft_1-1714530664779.png

 

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.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.