Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I can not find a way to make each dot in scatter plot to be separated by extraction. My desire is I want each dot to be separated by extraction, but each dot sum by day. Any way I can add each dot to be by an extraction?
This is my scatter plot.
X Axis: Date
Y Axis: Sum of RIC
Legend: Company
Size: Sum of RIC
Solved! Go to Solution.
Hi @Mokegubshook,
If you would like each dot to represent a different extraction while still coloring only by company, please follow below approach:
Create a new calculated column:
Date_Extraction = [Date] & " - " & [Extraction]
Then use this Date_Extraction column on the x-axis instead of plain date. This ensures that each extraction appears as a separate dot per day.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Hi, thank you for your answering !
I follow your step. It is not what I want. It is colored by Company - Extraction ID. Which is too many color.
Is it possiple to done by just color by company ?
Hi @Mokegubshook,
If you would like each dot to represent a different extraction while still coloring only by company, please follow below approach:
Create a new calculated column:
Date_Extraction = [Date] & " - " & [Extraction]
Then use this Date_Extraction column on the x-axis instead of plain date. This ensures that each extraction appears as a separate dot per day.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Hi @Mokegubshook,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked? or let us know if you need any further assistance.
If my response addressed, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Mokegubshook,
We wanted to kindly follow up to check if the solution I have provided for the issue worked.
If my response addressed, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Mokegubshook,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked.
If my response addressed, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Mokegubshook,
Thank you for reaching out to Microsoft Fabric Community.
To make each dot in the scatter plot to be separated by extraction still summing the RIC values by day, please follow below steps:
This makes that each dot will be separated by extraction, while still summing RIC values by day.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |