Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Filter/select items in two tables

I'm working with a data source, which is a list of audit findings stored in SharePoint. The findings are assigned to an audit ID, to connect them to the audit in which they were raised. A row in the ...
  • AlexisOlson's avatar
    4 years ago

    When you click on the second table, the selection on the first table is cleared. That's just how selection works for tables (selections don't persist on further clicks). If you want to preserve the selection while clicking on the second table, you'll need to use a slicer.

     

    What's happening when you click on the second table, is that this table is now filtering the first table instead of the other way around. If you want, you can turn this interaction off by selecting the second table and using Edit interactions under the Format tab and turning off interactions in that direction.