The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 the individual data points.
I am having some difficulty recreating this cart. The reason being the Date. I can only seem to create the chart based on the Year, not Month Year.
When ever I try and add sort by Month, I get the following error message.
I created a column for Year Month, but that also did not work resulting in the same error.
I have read many articles and I am still not clear on how I can recreate this chart. I know I need to use some kind of DAX fuction, but I am not sure how to do this. If there is anyone that maybe able to help accomplish this I would greatly appreciate the help.
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
71 | |
63 | |
60 | |
49 | |
26 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |