Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Im trying to reply this model in my PBI visual, its a count of how many genders are in every age division, i want to make look like this:
The values are centered in the middle.
I only could do like that:
How can i center the values?
Solved! Go to Solution.
Hi @Igarsaba ,
There is a custom visual in power BI called Tornado. You can use it to achieve the visual you want.
Something like below:
Hi @Igarsaba ,
There is a custom visual in power BI called Tornado. You can use it to achieve the visual you want.
Something like below:
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 19 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 46 | |
| 44 | |
| 34 |