0

I want to show this data source (on the left) in my power app filtered by Jobs. Those jobs lay in a collection.

How does one filter a table using a collection ? Can I use forAll ?

ForAll

Code Klaudia
  • 47
  • 1
  • 7
  • This formula does not show any syntaxe misstake but the algorythm is incorrect: Filter(Table2;Job=ForAll(Gallery1.AllItems; ThisRecord.Job)) – Code Klaudia Nov 30 '21 at 09:01

1 Answers1

0

The answer is the following :

Filter(Table2__2; Job in BestScores.Job);

Code Klaudia
  • 47
  • 1
  • 7