Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
Solved! Go to Solution.
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
21 | |
14 | |
14 | |
13 | |
13 |