I have a few tables as order amount table, order ID table, order detail…, the tables as follows. Now I have filters based on calculated fields, for example, a filter to filter out customerID with OrderAmount < average order amount. Now my goal is when I filter out the customerIDs from the order amount table, order ID table, and order detail table would be controlled by the filter as well, meaning order ID table would only show customerIDs from the first filtered table and their OrderIDs, and the order detail table would only show OrderIDs from the 2nd table. Now joining tables is not a good option for me, as one customer can have many orders and one order has many items. I have read through a few answers here, still unable to implement right filters. Any help would be appreciated. Thank you.
order amount table
order ID table
order detail