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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ElliotP
Post Prodigy
Post Prodigy

Extreme Values, percentile or std deviation as filter

Morning,

 

I have a number of scatter charts which have too many bubbles to be easily interpretable or consumable, they could be a lot more.


So I'm trying to reduce the number of bubbles which appear without losing the design intention or page contribution of the visual. For many visuals, I'm trying to show the extremes or values which are away from the herd or the main group. A away to do this is with standard deviation or using two percentile bands at either end (10%, 90%).

 

Does anybody have an idea of how to create a measure or something I could use in the Visual filter box to filter what appears on that visual for that measure's values.

1 ACCEPTED SOLUTION

Hi @ElliotP,

 

Actually, there is a right-angled triangle for every bubbles. So the length of "C" is the distance from every bubbles to the Origin. I call it Radius. The X-axis and Y-axis are numeric most of the time. So we can calculate the Radius and filter the bubbles by Radius. I just display a demo by setting it to "be greater than 30000". You can change it to any number.

 

If you have some special scenario, please post a sample in TEXT mode. The PBIX file would be great.

Extreme Values, percentile or std deviation as filter2.jpg 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @ElliotP,

 

I am sure that you know how to filter the visuals by filters and slicers. Then we can talk something else. There are two factors (X-axis and Y-axis). So to my opinion, it's hard to calculate the standard deviation. 

 

Maybe we can use the distance to the origin. In my example, I calculated the distance by this formula.

Radius =
SQRT (
    POWER ( SUM ( 'Sales'[Quantity] ), 2 )
        + POWER ( SUMX ( Sales, Sales[Quantity] * Sales[Unit Price] ), 2 )
)

As you can see from the picture, I filtered the visual by Radius. There are less bubbles now.Extreme Values, percentile or std deviation as filter .jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

 

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msftThat's incredible idea and the exact thing I was looking for.

 

What does Radius do exactly, in terms of setting it to be greater than 300k?

Hi @ElliotP,

 

Actually, there is a right-angled triangle for every bubbles. So the length of "C" is the distance from every bubbles to the Origin. I call it Radius. The X-axis and Y-axis are numeric most of the time. So we can calculate the Radius and filter the bubbles by Radius. I just display a demo by setting it to "be greater than 30000". You can change it to any number.

 

If you have some special scenario, please post a sample in TEXT mode. The PBIX file would be great.

Extreme Values, percentile or std deviation as filter2.jpg 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ah ok, I thought I understood that part. From a practical standpoint, how does radius discern the datapoints it shows? Just datapoints which have a radius say greater x for example? 

 

I just realised this, sorry for being a dill, you can use the radius to set the bounds for radius values; meaning; if radius is less than x but greater than y I can achieve the bounding idea.

 

Thank you so much, that's an incredible idea.

Hi @ElliotP,

 

My pleasure. Just a tip, if you want to set a upper and a lower bounding, you can drag Radius into the "Visual level filter" again. Then there will be two Radius. 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors