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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
pipe07
Frequent Visitor

Visual object

Hello community, I need your valuable help. Question: is there any visual object in PowerBI that allows me to make a graph like the one I put in the following image? it is a graph that shows the position in a ranking of a University against others, according to some defined categories, any idea? (don't pay attention to the "Top Rank in Country" number), Thanks a lot!

 

pipe07_0-1631681352710.png

 

1 REPLY 1
amitchandak
Super User
Super User

@pipe07 , This kind of hydrid display.

 

For the part. We can create a series and use that on column

 

Assume you have rank measure  = [Rank]

 

Series = generateseries(1,20,1)

 

New Color measure =  if([Rank] = Max(Series[Value]) , "Yellow", "white")

 

Make sure matrix column is series[value] and use conditional formatting (field value) to color the background using color measure

 

To make it hybrid

if you are looking for a Hybrid display with Matrix Column and measure
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1...
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/...

vote for Hybrid Table
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.