LAC for column averages

Hi @jemin,

If you want to add a filter, you have to use LAC-W instead of LAC-A. Keep the previous calculated field to show in the visuals but create another one using LAC-W and use it for filtering purposes.

% values (LAC-W):

sumOver(customers, [topic], PRE_AGG) / sumOver({customers_all}, [topic], PRE_AGG)

Using LAC-W functions for filtering is covered in use case #3 in this article:

2 Likes