Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
57 | |
41 | |
37 |