I am trying to calculate the total sales of each operator based on a condition in another table.
Here is an example of what I am trying to get.
I have 3 tables below and I would like to get a sum of “Price” for each Operator’s First Name, if the “InternalUse” column is “True” in the “Client” table.
I might be able to create a calculated column in the “Sales” table with True/False InternalUse, but I am keen to learn if I can do it with DAX.