I am trying to use a calculated measure as a way to filter my data, but it\'s looking more difficult than expected. Let me explain through an example.
I have data of
You can tell QV to ignore your filtering in the field Amount by adding "Amount=" to your set analysis.
I dont know how your average calculation looks like but maybe:
(aggr(rank(sum({} Score1)), Category, UniqueID) +
aggr(rank(sum({} Score2)), Category, UniqueID) +
aggr(rank(sum({} Score3)), Category, UniqueID)) / 3