Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vgadang1
Partner - Contributor III
Partner - Contributor III

Bypass filter selection for specific visualization

Hi,

I have a cumulative bar graph, the measure is =Aggr(RangeSum(Above(Sum(uot_signedamount), 0, RowNo())), fy_year, (fy_month, (Numeric, Ascending)))

I have a sheet filter for fy_year, I would like to bypass the filter selection for this cumulative bar chart. 

Thanks

1 Reply
vgadang1
Partner - Contributor III
Partner - Contributor III
Author

=Aggr(RangeSum(Above(Sum({$<fy_year=>}uot_signedamount), 0, RowNo())), fy_year, (fy_month, (Numeric, Ascending)))

 

I tried this measure, it still filters by the filtered yr selection