Forum Discussion
Using measure aggregate in row level calculations
- Anonymous9 years ago
The first thing i think needs to be asked:
How do you expect a calculated column to take into account "Page Level Filters"? Remember, calculated columns are calculated as part of the data refresh and are independant of Report, Page, and Visual level filters. - 9 years ago
Anonymous is correct. The visual, page, report level filter just control the context we populated in visual. However, measure evalulates the calculation based on current context, which is row level in your scenario. It has nothing to do with visual, page, report level filters. To force a measure to calculate at the table level aggregation, you have to use ALL() function.
Regards,
Anonymous is correct. The visual, page, report level filter just control the context we populated in visual. However, measure evalulates the calculation based on current context, which is row level in your scenario. It has nothing to do with visual, page, report level filters. To force a measure to calculate at the table level aggregation, you have to use ALL() function.
Regards,