Forum Discussion
52 week line chart - not fitting all data
- Anonymous3 years ago
I changed the order of the x-axis
Then you can click the expand all level icon of the visual on the upper right.
Then you can create a measure and put it to the tooltip, then select sort by measure to sort the month of x-axis
Measure = MONTH(CONVERT(SELECTEDVALUE(BaseData[Month])&" "&"1",DATETIME))Final output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I changed the order of the x-axis
Then you can click the expand all level icon of the visual on the upper right.
Then you can create a measure and put it to the tooltip, then select sort by measure to sort the month of x-axis
Measure = MONTH(CONVERT(SELECTEDVALUE(BaseData[Month])&" "&"1",DATETIME))
Final output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- SuryaDave_Syd3 years agoRegular Visitor
Anonymous thank you very much ... really appreciate you taking the time out and helpming me. I think if we have such community support, PBI community will beat Tableau community in all areas soon.
Thanks again.