Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I have a scatter plot with an issue: when multiple months are selected, it plots two days/months as a single point (for example, if viewing from Jan 01 to Feb 01, values for both first days appear at a single point on the x-axis). I created a column with yyyymmdd concatenated, but the scatter plot is still showing values up to 99 even when they don't exist in the calculated column. How can I solve this problem?
Solved! Go to Solution.
Thanks! I found a solution, I used Julian Date format in my x axis and it worked without problem. This is the code.
Hi @julsr
Thanks for reaching out to the community!
What you're experiencing in the scatter plot is a common issue when Power BI auto-aggregates or incorrectly interprets date-like fields — especially when using concatenated strings like yyyymmdd instead of proper date types.
Here’s how to resolve it:
Also, make sure the X-axis is set to continuous (not categorical), which allows Power BI to render the data points appropriately over time.
Let me know if this resolves the issue, and if it does, please mark it as the accepted solution so others can benefit!
Best regards,
Srikanth
Power BI & Fabric Community Support Team
Thanks! I found a solution, I used Julian Date format in my x axis and it worked without problem. This is the code.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |