Forum Discussion
Drisgoal
1 year agoFrequent Visitor
Creating a Scatter Plot by Month Year with quantitative data as individual data points
What I am trying to accomplish is recreate this Tableau Chart in Power Bi. It is a scatter plot using Year and Month as the X axis, and a measure on the y axis. I also have a legend associated to t...
- Anonymous1 year ago
Hi Drisgoal ,
Please create a new calculated column and use it as the x-axis of the scatter chart.
YearMonth = FORMAT([Date], "YYYY-MM")Result:
Best Regards,
ZhuIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
1 year agoNot applicable
Hi Drisgoal ,
Please create a new calculated column and use it as the x-axis of the scatter chart.
YearMonth = FORMAT([Date], "YYYY-MM")
Result:
Best Regards,
Zhu
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.