Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
I want to create a bart chart with months in the X-axe, however, my months in the dataset are separated in individual columns. Can someone show me how I could make a graph out of this?
Example
Column A Column B Column C
Item Jan-2019 Feb-2019 Mar-2019
A 0 50 100
B 80 60 90
C 100 50 50
best regards
Frederik
Solved! Go to Solution.
Unpivot all Columns and then you will get the data in single column. Then you can hv the way you want in the Graph
Follow the steps as mentioned below and hope your question is answered.
Proud to be a Super User!
Unpivot all Columns and then you will get the data in single column. Then you can hv the way you want in the Graph
Follow the steps as mentioned below and hope your question is answered.
Proud to be a Super User!