Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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 |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |