Forum Discussion
Multiple Variables on X Axis
- 8 years ago
basically you need to unpivot your table and follow these steps
- goto edit query
- right click type field of your table
- select unpivot other columns
- change attribute column header to KWH
- close and apply
choose clustered column chart visual
- put kwh on axis
- put type on legend
- put value on value
I believe there is need to change the data model which can be done in power itself. if you can share sample data in a sheet thru google drive or something like that
here it is
https://docs.google.com/spreadsheets/d/1avTU1EUpn3fs8wXYJ0X1Yc3Y4crs_ux-9fC90c9xwGE/edit?usp=sharing
- parry2k8 years agoSuper User
this is the ouput you are looking for, correcT?
- hgzelaya8 years agoHelper I
yes it is!
- parry2k8 years agoSuper User
basically you need to unpivot your table and follow these steps
- goto edit query
- right click type field of your table
- select unpivot other columns
- change attribute column header to KWH
- close and apply
choose clustered column chart visual
- put kwh on axis
- put type on legend
- put value on value