Forum Discussion

don075's avatar
don075
Helper II
1 year ago
Solved

Stop Visual from refreshing when items are selected from it.

Created PowerBI report based on an sql table. I am including the script to create the table. Created a measure TotalAmount = sum(Detail[Amount]) Added a Matrix visualization Added Category2 and C...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi don075 ,

    Based on the description, it is impossible to edit interaction to stop the table visual refreshing. Edit interaction has no effect when re-selecting type inside the table visualization, it is not a filters function. Because you select the different column in matrix visual and table visual. The SUM function counts different values for different selected value.

    Please try the following method as workaround:

    Select the table visual and drag the category1 and category2 to the Filters pane. Set the Basic filtering.

    You can view the following document to learn more information.

    Filters and highlighting in Power BI reports - Power BI | Microsoft Learn

     

    Best Regards,

    Wisdom Wu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.