My objective is to reduce the amount of records that my Power BI report loads from my DB.
So ,how can I (in query editor) aplly a filter on a table Query depending of information in other related table?
Example: I am defining a query to load my sales lines (table 1) only for the clientes (table 2) that lives in the state xyz (table 3).
Is that possible? How?
Thanks for the help...