Forum Discussion
SevsBo
1 year agoResponsive Resident
Compare total average to per-row average?
We're trying to show how items in ColumnA compare against the average for all of the items, then to calculate actual and percentage-based difference to find the biggest outliers. This is shown in a t...
- 1 year ago
Issue was resolved by creating a calculated table based on the Page-level filters, and calculating relevant averages within that table. This is was then used in measures within the existing tables to derive variance between row-calculated averages and absolute averages for the data.
Ashish_Mathur
1 year agoSuper User
Hi,
If the number of columns to be retained are lesser than the ones which need to be cleared, then consider using the ALLEXCEPT() function.
SevsBo
1 year agoResponsive Resident
I have tried that, using ALLEXCEPT on the two tables that filter the results on page-level, but the issue is some of those are also included in the actual table visual, so they filter the AVERAGE calculation to a single item.