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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I'm trying to build a scatter chart off a simple table of Excel data that I have aggregated in a table using Power Query. The scatter chart looks fine, except that now I want to be able to use slicers on the original table of data to dynamically change the results. I have tried using a measure, which solves the issue of the bubbles not changing in size, but then I have a different issue in that the bubbles are all the same size for each data series. I'm fairly new to all this and just can't figure it out!
This is what it should look like:
This is what I am getting:
I have uploaded the sample data here:
https://drive.google.com/file/d/16LiQx1IPORHJJttVAvvodfPqJntnkuPW/view?usp=share_link
Thanks for any assistance!
Solved! Go to Solution.
HI @SPT1992,
I think you should change the data type to sum the decimal values. When you use count function, it only gets the value counts and not recognized/aggregate the detailed values.
Regards,
Xiaoxin Sheng
HI @SPT1992,
I think you should change the data type to sum the decimal values. When you use count function, it only gets the value counts and not recognized/aggregate the detailed values.
Regards,
Xiaoxin Sheng