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