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
Dear all,
I am trying to generate a graph that is similar to 100% stacked clumn chart, however, the width of each column should correspond to the percentage of the column to the total value.
For example, if we have a dataset like
| A | B | |
| C | 1 | 5 |
| D | 3 | 4 |
then column A should take up (1+3)/(1+3+5+4) = 31% of the x-axis (rounded up), clumn B should take up 69% of the x-axis.
For column A, value of C should be 1/(1+3) = 25%, value of D should be 75%.
Similarly, for column B, value of C should be 5/(5+4) = 56%, value of D should be 4/(5+4) = 44%.
Does anyone have any idea about what visual I should use and how can I generate such a visual?
Thanks in advance!
Solved! Go to Solution.
Hi @Anonymous ,
To do this, please use marimekko chart.
You can find the details here: Power BI - Create a Marimekko chart
| Memorable Member | Former Super User If I helped, please accept the solution and give kudos! |
Hi @Anonymous ,
To do this, please use marimekko chart.
You can find the details here: Power BI - Create a Marimekko chart
| Memorable Member | Former Super User If I helped, please accept the solution and give kudos! |
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 |
|---|---|
| 55 | |
| 34 | |
| 32 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |