Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
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 , 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 feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 48 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 106 | |
| 39 | |
| 27 | |
| 27 |