Forum Discussion
Anonymous
4 years agoNot applicable
Sort by Column function influence measure result
Hi All. Ok, so this is the strangest one, which I came across so far. First, let me describe the part, which is understable. I have a simple model, which contains one fact table and one dimensi...
- Anonymous4 years ago
After some research I found an article describing this behaviour.
amitchandak
4 years agoSuper User
Anonymous , Try like
Measure = CALCULATE(sum(factFact[Value]),filter( dimAccount, dimAccount[Account] = "ZwykleKonto1"))
refer
http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/