Hello everyone, hope someone can help me out with this...
I have two tables:
1. What I need to do is display all PowerBiIntegration.Data items in a gallery but I want to exclude from the view the items (looking for each Service_key) that are in Table1 (Excel) and that have the value 'Finalized' in the 'STATUS' column.
Which formula can I use to do that?
Thanks in advance!
Solved! Go to Solution.
Hi @MatheusRuiz ,
You could do something like this to resolve your issue:
Filter(PowerBiIntegration,Not('Service_Key' in Table1.Title) && Not("Finalized" in Table1.STATUS))
Not sure how powerbi integration works as not using it.
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!
Hi @MatheusRuiz ,
You could do something like this to resolve your issue:
Filter(PowerBiIntegration,Not('Service_Key' in Table1.Title) && Not("Finalized" in Table1.STATUS))
Not sure how powerbi integration works as not using it.
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!
User | Count |
---|---|
260 | |
109 | |
92 | |
56 | |
41 |