0
votes

I would like to have time or distance on the y-axis and values on the x-axis and make vertical charts not horizontal ones. For example, I would like time on the y-axis to start a 0 hours and continue all the way down to 13 hours. I would like to see values ranging from 1-5 on the x-axis. Basically, I would like a flipped or transposed line chart. I would also like to do the same thing with a bar chart. Is this possible in Power BI?

Vertical Line Chart:

Vertical Line Chart

Multiple Bar Charts:

Multiple Bar Charts

1

1 Answers

0
votes

It looks like there are a couple ways to accomplish this:

  1. Download the multiple axes chart Power BI add-on from the Microsoft app store.

  2. Make the visualization in Python or R from the Power BI visualization ribbon. For example, you could use Python and the Matplotlib library. In Matplotlib you can invert the axes to make the preferred chart.