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
Nyx
Frequent Visitor

Y axis aggregation

When selecting a column to populate the Y axis of a scatter graph it automatically sums the whole column and puts a single value. However it lets me right click and select "Don't Summarize". This then plots all of the values from that column. Great. (Image below)

 

However if I use a measure, for example SUMX the column, the "Don't Summarize" option dissapears.

I need to use the measure as it has a calculation in it that cannot be replicated in a calculated column.

 

Is there a workaround to get the scatter graph to plot non-summarised data from a measure?

 

Untitled.png

1 ACCEPTED SOLUTION
henkvankester
Helper I
Helper I

I can't see your dataset, but maybe your problem is solved when you add another value to 'value'. 

 

It is like when you sell radios and tvs. On the X-axis the amount products sold is displayed and the Y-axis shows the profit. When you only put amount and profit to the scatterplot, you will see one dot and it's the total of all radios and tvs together. If you add product to value then you will see two dots.

 

Probably you should do something like this with your data. 

View solution in original post

3 REPLIES 3
henkvankester
Helper I
Helper I

I can't see your dataset, but maybe your problem is solved when you add another value to 'value'. 

 

It is like when you sell radios and tvs. On the X-axis the amount products sold is displayed and the Y-axis shows the profit. When you only put amount and profit to the scatterplot, you will see one dot and it's the total of all radios and tvs together. If you add product to value then you will see two dots.

 

Probably you should do something like this with your data. 

Thank you, that seemed to have the same effect as the don't summarize.

I simply added the date column to the value field.

 

Still getting used to bi, came from using excel.

amitchandak
Super User
Super User

@Nyx , Measure is always aggregated, you can not use don't summarize

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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