Forum Discussion
"Do Not Summarize" missing from scatter graph
I'm struggling to find a way to NOT summarise numerical data when plotting a scatter graph. I can see the option in Power BI web, but not in the desktop version. The data looks like
x = 1,2,3,4,5
y = 12.4, 11.9, 10, 7.3, 6
Power BI insists on aggergating, either by sum or count, the x and y values. I'm running the Feb 2016 verion 2.32.
Is there a way to get Power BI to treat the data correctly? Have I missed something, or is the feature still being developed?
Thanks
7 Replies
- Phil_Seamark
Microsoft Employee
So just to be clear, in your Power BI model, do you have the following set to "Do Not Summarize" and it's still not working for your scatter?
- hassantmNew Member
Hi MrJolly,
Yes, that's correct. Using the example "Financal Sample.xlsx" dataset from the PowerBI Desktop web site, if I wanted to plot the Manufacturing Price against the Month Number, there is no option to plot the raw values, even when I have set the columns to Do Not Summarize. Adding Product to the Details box doesn't change the aggregation either.
This is true for both the 32 and 64 bit versions of Power BI Desktop. I see the same behavour for line charts as well.
The web version has the option to not aggregate the values.
Thanks
H
- kcantor
Community Champion
I am not sure why this is happening but as a workaround have you tried creating a measure to calculate the count and then using that on the scatter chart instead?