Forum Discussion
jct999
Advocate II
6 years agoDAX :
Hi, I have a table with 3 columns : COUNTRY (string) LEVEL (integer) Quantity (integer) I want to set up a Pivot Table with : Line : COUNTRY Column : LEVEL Values : 3 measures : Measur...
lbendlin
Super User
6 years agoThere's also the added complexity with FILTER (ALL()) - that may produce more results than intended in the visual context.
AntrikshSharma
Community Champion
6 years agoCorrect, in that case he can either wrap CALCULATE's filter arguments with KEEPFILTERS or use VALUES as per the requirements.