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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi guys,
Having an issue with Scatter Plots and adding Date to X-Axis, my dataset is fairly simple.
So just wanting to use the CycleTimeDays for the y-axis, CompletedDate on the x-axis.
Getting the error:
Any tips/workarounds?
Solved! Go to Solution.
Hi @Anonymous ,
“So if they were distinct (i.e. if i changed the data format back to have the timestamp) then it wouldn't be an issue?”
No.
In scatter chart, when you add non-numerical columns to the X axis, the Y axis is required to be aggregated (This is true even if your data does not contain duplicate rows.).
If you add a numeric column to the X axis, you don't have to aggregate.( even if there are duplicate rows ).
It may be because the Y-axis can only be numeric data and represent the size of the value in the chart, it is meaningless if it is not aggregated.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Since your CompletedDate column has duplicate values, the fields on the Y axis must be aggregated.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So if they were distinct (i.e. if i changed the data format back to have the timestamp) then it wouldn't be an issue?
Hi @Anonymous ,
“So if they were distinct (i.e. if i changed the data format back to have the timestamp) then it wouldn't be an issue?”
No.
In scatter chart, when you add non-numerical columns to the X axis, the Y axis is required to be aggregated (This is true even if your data does not contain duplicate rows.).
If you add a numeric column to the X axis, you don't have to aggregate.( even if there are duplicate rows ).
It may be because the Y-axis can only be numeric data and represent the size of the value in the chart, it is meaningless if it is not aggregated.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
The workaround would be to explore some custom visuals, see if you can find one that meets your requirement.
Or refer to the error message and adjust four fields as suggested.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.