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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.