Forum Discussion
Anonymous
3 years agoNot applicable
ALL function not working
Hi! I am trying to utilize the ALL function in a real life scenario, but it dosen't seem to work. I have a data model in which I have added a calculated column to see how far a list of around 60...
PaulDBrown
3 years agoCommunity Champion
What is the structure of the model and the table?
In the following example, with this sample table
and these measures
Average Points = AVERAGE('fTable'[Points])All = CALCULATE(AVERAGE(fTable[Points]), ALL(fTable))
I get