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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
MG12
New Member

Scatter Plot

Hi team 

I have below Columns
Geo, Time,Comapny ,Market Value, Standartd values , no of products
i need to polt Scatter polt 
Market Share % = sum (standard Values )/sum of market value 
scatter plot i have to show the corporation Market share with their no of produts 
Requrement : if the Marker share <= 1% all those company name comes under Others and sum up the percentages 
will show in scatter plot 
 Please help me how to create this 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @MG12 ,

Please have a try.

Market Share % = SUM('Table'[Standard Values])/SUM('Table'[Market Value])
Company Group = IF([Market Share %] <= 0.01, "Others", [Company])

You can drag and drop the required columns to the X-axis and Y-axis buckets in the Visualizations pane, drag and drop the Company Group measure to the Legend bucket, and drag and drop the No of products column to the Size bucket.

 

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

1 REPLY 1
Anonymous
Not applicable

Hi @MG12 ,

Please have a try.

Market Share % = SUM('Table'[Standard Values])/SUM('Table'[Market Value])
Company Group = IF([Market Share %] <= 0.01, "Others", [Company])

You can drag and drop the required columns to the X-axis and Y-axis buckets in the Visualizations pane, drag and drop the Company Group measure to the Legend bucket, and drag and drop the No of products column to the Size bucket.

 

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.