Forum Discussion

EH_MW's avatar
EH_MW
Helper I
2 years ago
Solved

Convert Table (with dates as columns) to Line Chart

Hello, I am provided data in the following format: Categories are the first column. Each individual month is then listed as its own column. And the values are monetary values for each category an...
  • jgeddes's avatar
    2 years ago

    The best way to accomplish this is to unpivot the month columns in Power Query. That will turn your twelve month columns into a column with the date and a column with the coresponding value for that month. The date column can then be used in a visual as you need.