Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Applying a filter to two different SharePoint lists

I have a page on my Power BI report where I want to be able to do a line comparison between two SharePoint lists. There are three columns that are needed to match a particular line between the two, a...
  • Anonymous's avatar
    Anonymous
    4 years ago

    My apologies for the delayed response (family emergency).

    What I was trying to do was find a way that one (common) filter could work on two separate lists displayed in a Power BI report. They shared common data but even establishing a relationship between the columns that had identical data failed to allow a single filter to work on both lists.

    It turns out I figured out the solution myself by using UNION to create a new table using the "common" columns, establishing a relationship between each list column and the combined (new) table, then using THAT table as a filter.

    This process allows me to enter ONE data variable then it calls up all rows in both lists that have that common variable.