Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

DAX

$
0
0
I trying to create a type of inverse filter using DAX. For Ex:[b][u]Filter Table[/u][/b][u]Column1[/u]ABCIf a user filters by A, then a can catch that in my fact table like CALCULATE(SUM([SalesAmount]),'Filter Table').But what I want to do is [i]remove[/i] A from the result, and pass B and C instead. Make sense? Any thoughts?

Viewing all articles
Browse latest Browse all 1341

Trending Articles