Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How can I show mulitple columns of a bar chart horizontally? I have 3 columns I need to visually show in a stacked bar chart and I would like to be able to show 2 of the 3 horizontally. Currently, my visual displays the text for Columns 1 & 2 vertically and I would like to be able to change #2 to be shown horizontally just as Column 3 is shown. Is this possible and if so, how do I acheive this?
Thanks in advance for any input.
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but in my opinion, you can try to create a new column by creating calculated column, something like below.
column0203 = data[column02] & " " & data[column03]
Please check the below picture and the attached pbix file whether it suits your requirement.
Thanks for the reply from Jihwan_Kim , please allow me to provide another insight:
Hi @mol_ad ,
You can click Visualizations – Visual – Y-axis – Concatenate lables – set on
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply from Jihwan_Kim , please allow me to provide another insight:
Hi @mol_ad ,
You can click Visualizations – Visual – Y-axis – Concatenate lables – set on
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I am not sure if I understood your question correctly, but in my opinion, you can try to create a new column by creating calculated column, something like below.
column0203 = data[column02] & " " & data[column03]
Please check the below picture and the attached pbix file whether it suits your requirement.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 69 | |
| 39 | |
| 29 | |
| 27 |