Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |