Forum Discussion
pstanek
10 years agoPost Patron
Dax
Measure1 = Calculate( SUM(movement[pcena]); FILTER(movement; movement[date] >= NOW()-30 && movement[date] <= NOW())) Measure2 = Calculate( SUM(movement[pcena2]); FILTER(movement; movement[date...
Sean
10 years agoCommunity Champion
pstanek Besides that . at the end of Measure3 there's nothing wrong with that formula
The difference between Measure1 and measure 1 - is the evaluation context - best way to explain/show is with a picture
Measure1 is the way to go even tough you get the same overall result in the bottom Total Row
Go to the Relationship View => select Column Office in either table => drag and point to column Office in the other table
The relationship will be established
Hope this helps. Le me know...
pstanek
10 years agoPost Patron
Can you tell new, which one is faster? Measure1 , or measure1
I have data, where Measure 1 is too slow. Results are not often calculated. I can even tell, I am at BI mercy, If results appear, or not.