Hi,
I'd like t filter by two tables, very simply I have :
Green and 10+ :=CALCULATE([Total Units],
Color[Color]= "green",
Units[Units] > 10 )
This returns what I thought it would.
So the color from one table is green and the units from the other > 10 , Question 1, what is the 'long syntax' for this, I don't like using the short as
I don't think it's great at getting me to understand how it works, but I've tried various FILTER ( ALL( combinations, and even using two filters but can't get it right.
The second question is that the total for 'green and > 10 " is repeated for the other colors in the table which I'd prefer to to happen.
Richard.
I'd like t filter by two tables, very simply I have :
Green and 10+ :=CALCULATE([Total Units],
Color[Color]= "green",
Units[Units] > 10 )
This returns what I thought it would.
So the color from one table is green and the units from the other > 10 , Question 1, what is the 'long syntax' for this, I don't like using the short as
I don't think it's great at getting me to understand how it works, but I've tried various FILTER ( ALL( combinations, and even using two filters but can't get it right.
The second question is that the total for 'green and > 10 " is repeated for the other colors in the table which I'd prefer to to happen.
Richard.