Hi,
I've seen an sqlbi vid where it seems to show the use of Keepfilters on two colunmns in the same table . I've not been able to get this to work
and have always used Filter wrapped in KF . so
BandRed:=CALCULATE([TotalUnits],KEEPFILTERS(Table1[Color] = "Red" && Table1[Item] = "B" ))
Does not work even though the columns are in the same table but
B and Red 2:=CALCULATE([TotalUnits] ,
KEEPFILTERS(
FILTER(ALL(Table1[Color] , Table1[Item]),Table1[Color]= "Red" && Table1[Item] = "B" )) )
Does work, am I missing something as to the first simpler version, in the video is also seems to be used with summarize so I don't know if that makes a difference. Workbook attached any advice or help welcom.
RD
Bookmarks