Forum Discussion
hideakisuzuki01
4 years agoHelper II
Question on variable on measure
Hi, I am trying to calculate sales amount excluding certain regions, and I have two measures, which seem almost identical to me but somehow one is working but the other one is not. Can someone...
- 4 years ago
Hi hideakisuzuki01 ,
I think this is due to the fact that variables are calculated first and the calculated value becomes a constant and can not be changed with filters anymore.
So in your case, you first calculate the sum of all sales and store that result in the variable Expression1. Afterwards, you apply the filter from Table1 ("North America") to that result. However, applying a filter on a constant does not change the value of your result. So to sum it up, your filter does not kick in.
Does this help? 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
hideakisuzuki01
4 years agoHelper II
Yes, that does make sense, thanks Tom !