Forum Discussion
Help with creating a line chart
- 6 years ago
Hi Starseed ,
First, select the type column in the query editor and unpivot other columns.
Incorrect month sorting may appear in the chart. You can create a condition column to sort.
You can get this result.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Starseed ,
First, select the type column in the query editor and unpivot other columns.
Incorrect month sorting may appear in the chart. You can create a condition column to sort.
You can get this result.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Great! Got it to work. Thanks for your help.
Reference for others looking to see how I solved the problem with the solution above:
- I duplicated the table so other reports can still use the original data format.
- I highlighted my Project Id and Year columns along with the Type column before selecting "Unpivot Other Columns", this way these columns didn't get merged into my date values.
- I merged my Month column with the Year columns and converted it to a date which allowed me to skip the conditional column step in the solution above.