Forum Discussion
maxduff59
Helper II
3 years agoUse a Filter in a ALL condition
Hello, I have a dataset of physical performance during games (distance covered, high-speed distance, acceleration, ...) and I created a measure to compute average according to several conditions l...
ThomasWeppler
Impactful Individual
3 years agoJust type CALCULATE( Average with condition, ALL(Games), ALL(Games.Minutes > 60))
Each , adds a new filter.
However I am not sure you want to use the all function since it returns all rows in a table without the use of any filter.