Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
nataliaguzman02
Frequent Visitor

Tornado chart

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.

image.png

5 REPLIES 5
Anonymous
Not applicable

Hi @nataliaguzman02 

Please post it in Power BI Spanish Forum.

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.

Anonymous
Not applicable

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.

image2.png

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.

Anonymous
Not applicable

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] )
    )
)

Tornado.JPG

Best Regards

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.