Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

a Filter thing...

Hi guys and sorry in advance to bother you for this little stuff,   i have 1 single table with a measure, let's say the "price". i calculate the average price value. And i want to filter that tab...
  • Anonymous's avatar
    Anonymous
    6 years ago

    it works with storing the average in a calc column and then do a FILTER(Table;price<avg_calcol)

    if you have a solution without calc col, i take it.