Hi folks,
Having some difficulty identifying the correct method to achieve the following:
- I have multiple related Dataverse tables - TableA (a list of customers) has a One to Many relationship with TableB (a list of orders).
- I have a gallery within Power Apps that filters all the rows from TableA (customers currently assigned to user)
- I want to be able to filter the gallery to show only customers from TableA - that don't have any orders in TableB
Hopefully I've explained the problem in enough detail, appreciate any suggestions on how this could be achieved!