Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |