Forum Discussion
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
- Anonymous1 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:
- 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.
- 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
- bhanu_gautamSuper User
swarnim_jalan , Try using What if parameters for this
- suparnababu8Super User
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!
- AnonymousNot 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:
- 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.
- 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