Forum Discussion

swarnim_jalan's avatar
swarnim_jalan
New Member
1 year ago
Solved

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

  • Anonymous's avatar
    Anonymous
    1 year ago

    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

     

3 Replies

  • 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!

  • Anonymous's avatar
    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