Forum Discussion
Bar Chart Visual
- 1 year ago
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.
- Anonymous1 year ago
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.