Hello,
I'd like to run to filter my result by two tables but using keepfilter so the external filter context is kept,
<
EVALUATE
FILTER (
CROSSJOIN ( ALL ( 'Product'[Color] ), ALL ( Sales[Sales] ) ),
'Product'[Color] = "Red"
&& Sales[Sales] > 5
) >
This returns the correct answer but I get it repeated where the color isn't red, so for blue green etc. I've tried replacing filter with KF and nesting Filer within
Keepfilter, which works if you are just using different columns from the same table. Any suggestions,
Richard.
I'd like to run to filter my result by two tables but using keepfilter so the external filter context is kept,
<
EVALUATE
FILTER (
CROSSJOIN ( ALL ( 'Product'[Color] ), ALL ( Sales[Sales] ) ),
'Product'[Color] = "Red"
&& Sales[Sales] > 5
) >
This returns the correct answer but I get it repeated where the color isn't red, so for blue green etc. I've tried replacing filter with KF and nesting Filer within
Keepfilter, which works if you are just using different columns from the same table. Any suggestions,
Richard.