Forum Discussion
Convert Table (with dates as columns) to Line Chart
- 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.
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.
- EH_MW2 years agoHelper I
Thanks. That's the route I thought I might have to go, but wanted to be sure I wasn't missing something simple before heading down that path.
- fahadqadir32 years agoSolution Supplier
EH_MW Unpivot the months column in Power Query and then use the month as X-Axis
Regards,
Fahad Qadir
Did I answer your question? Mark my post as a solution!