I'm trying to compare values from a Power BI query with those from a SharePoint list, finding those in the SP list that aren't in the query. I have a select query on the output of each, then using Filter Array to compare the output of the two select actions.
Here are the two input arrays:
However, the result still includes all items in the Select - SP Finance Projects output (200+ rows).
On the other hand, when I use a small test flow, I get the results I expect.
They appear to be exactly the same, so why does the test work but the complete one not work?