Hi,
This question is also posted on Mr Excel
https://www.mrexcel.com/board/threads/dax-filter-on-two-tables.1204409/#post-5881080
Could some one explain the full syntax for :
Simple:=CALCULATE([Total Revenue],
'Product'[Color]="Red" ,
Sales[Sales] = 10 )
I've tried using various combinations of FILTER (ALL , but none that have worked,
When filtering on just one table I've been able to use
CALCULATE([Total Revenue],
KEEPFILTERS(
FILTER(ALL('Product'[Color],'Product'[Product]),
'Product'[Color]= "Red" && 'Product'[Product]= "A")))
But this doesn't work for two tables. Any suggestions?
Richard.
Bookmarks