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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Build report to show Top 10 brands and MyBrand

I have a Sales Fact table that contains information on

Brand,Country, Sales

 

The Brand column has different brands A,B,C,D,E, etc... and MyBrand.  

Country could be Malaysia, Vietnam, Indonesia, Thailand, Cambodia

MyBrand is sold in all the countires.

 

What I need is to bild a report that shows the Top 5 Brands and My Brand along with the ranking. When No country is selected, ranking will be for all the rows. When filtered by Country it should be ranked for Sales within the country.

 

Sample output entire table

Brand       Sales  Rank

A              5000    1

F               3800    2

E               2400    3

L               1200    4

M              1000    5

MyBrand     700  10

 

 

Sample output when Malaysia is filtered in the slicer

Brand       Sales  Rank

K                800    1

F                 750    2

X                675    3

P               670      4

M              620      5

MyBrand     250  35

 

Notice the Rank for MyBrand changes also with respect to Malaysia.

 

Appreciate help from the forum.

 

Cheers

 

CheenuSing

 

 

 

 

1 ACCEPTED SOLUTION
MattAllington
Community Champion
Community Champion

How about you write a rankx formula that will rank the brands in the filter context. Then write a measure that returns true if Brand is in top 5 plus or is myBrand.  Put this measure in report filter and filter for true

 

i think that will work. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

View solution in original post

3 REPLIES 3
MattAllington
Community Champion
Community Champion

How about you write a rankx formula that will rank the brands in the filter context. Then write a measure that returns true if Brand is in top 5 plus or is myBrand.  Put this measure in report filter and filter for true

 

i think that will work. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.
Anonymous
Not applicable

Hi Matt,

 

I tried again.  It works.

 

Thanks for the help.

 

Cheers

 

CheenuSing

Anonymous
Not applicable

Hi Matt,

 

I tried your approach, but get the error

cannot convert value of type text to type true/false

 

Any pointers please.

 

Cheers

 

CheenuSing

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors