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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
kinkate18nic
Frequent Visitor

Top 9 in different area charts

Hello,

 

I want to select top 9 rows based on highest to lowest sales value and show the product in 9 different area charts, like 1st chart will have highest product's monthly sales, 2nd chart will have 2nd highest product's monthly sales and so on.

 

I want to give different colors to different chart, so not using small multiples, since small multiples, there is not option to color each chart differently.

 

Any suggestions?

 

Thanks

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@kinkate18nic , Create measures like these you need to have more measures for each rank.

 

use the Top and check that not blank in visual

 

rank = Rankx(allseleced(Table[Product]), [sales],,desc,dense)

Top product = maxx(filter(values(Table[Product]), [rank] =1), [Product])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@kinkate18nic , Create measures like these you need to have more measures for each rank.

 

use the Top and check that not blank in visual

 

rank = Rankx(allseleced(Table[Product]), [sales],,desc,dense)

Top product = maxx(filter(values(Table[Product]), [rank] =1), [Product])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.