if Split On is "On" then there will be a run per one item/row at a time. If Split On is disabled then all selected rows will be combined in one Flow run and it's not possible to filter an array with trigger condition.
To troubleshoot it further, I think you can go to flow page (flow.microsoft.com), edit and test the Flow directly from there.
+ First, remove all the trigger condition, enable "Split On"
+ Trigger the Flow from Power BI
+ Go to history of the Flow from Flow page and check the most recent run.

+ Get the raw outputs of the trigger

+ From there you can see the actual key/value pair of the "status" returned from Power Bi.
+ Then compose the trigger condition accordingly.