Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Buenas tardes,
Estoy usando en power bi la visualización tornado y no he logrado que en la visualización se vea el porcentaje de cada item por año, dado que sólo encuentro la opción de mostrar los valores como porcentaje del total de los dos años. Podrían ayudarme por favor, gracias.
sorry, I forgot typing in English, but I can do.
My question is ... I'm using tornado chart but I want to show percentages based on the total for each year and that the percentages in each column add up to 100%, but the visual show me percentages general for all data and the 100% is of the total data.
Hi @nataliaguzman02 ,
Do you want to get the percentage base on every year rather than all years? How did you set your Tornado chart? Could you please provide some sample data(exclude sensitive data) and the related formula if there is any measure or calculated column included in your Tornado chart? Thank you.
Best Regards
Yes, I do.
In values I used count values and function show value percent of grand total, but this calculate percent for both years , I need show percent for eache year and
a total 100% for year.
Hi @nataliaguzman02 ,
You can create a measure as below separately and put it under Values option for your Tornado visual.
Percent =
DIVIDE (
CALCULATE ( SUM ( 'Tornado'[Sales] ) ),
CALCULATE (
SUM ( 'Tornado'[Sales] ),
ALLEXCEPT ( 'Tornado', 'Tornado'[Date].[Year] )
)
)
Best Regards
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 |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 37 | |
| 28 | |
| 27 |