Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

simple scatter plot?

I'm at a loss.

 

I pulled a table from sharepoint and I simply want a scatter plot, with the X axis from one column, and the Y axis from another.

 

Power BI Desktop wants to sum the columns. Why won't it treat each data point independently?

 

So confused...

 

I was able to make a time-series line chart out of the same data (one of the input columns is the date), so apparently it can render data without summarizing it. It wasn't intuitive, but whatever.

1 REPLY 1
Phil_Seamark
Microsoft Employee
Microsoft Employee

For a scatter plot you need to decide the item you want to plot first. Eg. Product or region (any dimension really).

Once you have that, add that to Detail or Legend. The detail item can only have 2 numbers, one for each axis. Either of the numbers can be an aggregate such as SUM, AVG or MAX/MIN. But you need to boil down to a single number for each axis.

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors