Forum Discussion
Project Tracking
- 7 years ago
Hi Anonymous
Line chart doesn't support to use "date" in the y-axis.
One workaround is as below:
Open Edit queries,
Click on "sprint" column, then select add column- duplicates column,
Click on the duplicated column, then select transform->split column,
Select "planned" and "actual" columns, then select transform->unpivot columns,
Close && apply,
Create another table and connnect it with original table
calendar = CALENDARAUTO()
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Line chart doesn't support to use "date" in the y-axis.
One workaround is as below:
Open Edit queries,
Click on "sprint" column, then select add column- duplicates column,
Click on the duplicated column, then select transform->split column,
Select "planned" and "actual" columns, then select transform->unpivot columns,
Close && apply,
Create another table and connnect it with original table
calendar = CALENDARAUTO()
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.