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 ,
Sounds pretty straight forward, where did you get stuck?
Reg,
Robin
- Anonymous7 years agoNot applicable
Hi Robin,
I've added a screenshot of the data I'm trying to visualise in power BI.
As you can see, the sprint data is on the x axis and is categorical and the y axis is the date the sprint is completed (there will be 2 trendlines, planned finish vs actual finish).
This is what I'm getting in Power BI.
As you can see, it's trying to count the sprints, but I need the sprints to be discrete.
Hope this provides more clarification.
Cheers.