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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
swarnim_jalan
New Member

Dynamic scatter plot

Hi,

I require a solution to be able to take user input based on multiple slicer selection, and basis the selection, the underlying row-wise calculation should change and the scatter plot should be updated.

 

Thanks,

Swarnim

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @swarnim_jalan ,

 

If you want the selections made in the slicer to affect your scatter chart visual, I recommend paying attention to the following points:

  1. If the data in the slicer and the scatter chart come from the same table, the selections in the slicer will directly impact the scatter chart.
  2. If the data sources for the slicer and the scatter chart come from different tables, you will need to model the data to ensure that the filters from the slicer's data source table can be applied to the scatter chart's data source table.

Best Regards,

Bof

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @swarnim_jalan ,

 

If you want the selections made in the slicer to affect your scatter chart visual, I recommend paying attention to the following points:

  1. If the data in the slicer and the scatter chart come from the same table, the selections in the slicer will directly impact the scatter chart.
  2. If the data sources for the slicer and the scatter chart come from different tables, you will need to model the data to ensure that the filters from the slicer's data source table can be applied to the scatter chart's data source table.

Best Regards,

Bof

 

suparnababu8
Super User
Super User

Hi @swarnim_jalan 

 

You have to Create Measures for Dynamic Calculations. Create measures that dynamically update based on the slicer selections. For example, you can use DAX functions like SELECTEDVALUE or VALUES to get the selected values from the slicers and perform calculations accordingly.

 

Thanks!

bhanu_gautam
Super User
Super User

@swarnim_jalan , Try using What if parameters for this




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
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.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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