Forum Discussion
AaronGlenn10
4 years agoHelper III
Removing Page Filter for a Visual
All Stars: Trying to remove a page filter for two visuals -- the page filter is for cities [which applies across multiple pages], but would like to sum the calculation for all cities to arrive at...
- 4 years ago
Hi AaronGlenn10 ,
Try to use ALL() or AllExcept() in your calculation to avoid such filter on your calculation like calculation(sum(sales),all(filter_table[column))
Thanks,
Samarth
Samarth_18
4 years agoCommunity Champion
Hi AaronGlenn10 ,
Try to use ALL() or AllExcept() in your calculation to avoid such filter on your calculation like calculation(sum(sales),all(filter_table[column))
Thanks,
Samarth
- AaronGlenn104 years agoHelper III
This worked! Thank you so much!