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
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
216 | |
53 | |
49 | |
46 | |
42 |
User | Count |
---|---|
264 | |
211 | |
113 | |
79 | |
66 |