Forum Discussion
Anonymous
5 years agoNot applicable
remove filter not working
I'm currently writing a DAX that will get the percentage between the total and the filtered amount. This is what I have so far: Totals = var ABC = '_sp-Total Invoiced to Date - Current Mon...
Anonymous
5 years agoNot applicable
jameszhang0805
Resolver IV
5 years agoCreate a measure of ABC instead of variables and try again. Once a measure was calculated and assigned to variables, the value was static, CALCULATE function can not change the value of variables just like Daniel mentioned.
- Anonymous5 years agoNot applicable
Still the same behavior. I already created a measure instead of a variable.
Div1 =
(CALCULATE([ABC], REMOVEFILTERS('_sp-Total Invoiced to Date - Current Month')))