Forum Discussion
oliverblane
4 years agoHelper III
Use Multiple Binary Columns as Separate Bars in Bar Chart
Hi. I have a table like the following: The table shows which products customers have ordered (ID is the customer ID). I have a bar chart like the following: Is there any way to h...
- 4 years ago
You could unpivot those product columns in Power Query
That will give you a table like this
And then you can use the 'attribute' column as the axis in the bar chart
AntonioM
4 years agoSolution Sage
You could unpivot those product columns in Power Query
That will give you a table like this
And then you can use the 'attribute' column as the axis in the bar chart
- oliverblane4 years agoHelper III
Very helpful, thank you AntonioM!