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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Mokegubshook
Helper I
Helper I

Scatter Plot by each dot with each extraction

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?  

 

Mokegubshook_0-1747911880002.png

This is my scatter plot. 

X Axis: Date

Y Axis: Sum of RIC

Legend: Company 

Size: Sum of RIC

 

1 ACCEPTED 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

View solution in original post

6 REPLIES 6
Mokegubshook
Helper I
Helper I

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

v-achippa
Community Support
Community Support

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:

  • Confirm that your dataset has a column for extraction, this will be used to differentiate the dots.
  • Since the scatter plot’s legend can only use one field, so combine Company and Extraction fields into a new field. Create a new calculated column for example like below:
    Company_Extraction = [Company] & " - " & [Extraction]
  • In the Fields pane replace the Legend field with Company_Extraction field and keep the other feilds as they are.

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.