Hi All, I am new to Quicksight, I need to create an calculated field ‘Cummulative Return%’
Nothing but (running_return_counts) / total_shipment_count .
I am deriving running_return_counts partitioned by Supplier and Manufacture months
So I was using SumOver([return_counts)],[{Supplier},{mfg_month}] PRE_AGG)
Also I have a dimension in the filter called days_TT , I dont want this filter to affect my calculation.. Even using PRE_AGG , it is been included in the calculation
Need help to Exclude this filter dimension while calculating the cummulative return
Thanks!
1 Like
Hello @RajiniN, the PRE_AGG calculation level doesn’t ignore filters, it runs the aggregation after filters are applied to the visual. If you wanted filters to be excluded from the aggregation, then you want to set PRE_FILTER as your calculation level. Does that resolve the issue you are facing?
Hi @DylanM , I tried with PRE_FILTER option, it didnt resolve the issue.
Thank you!
Hello @RajiniN, I appreciate the follow-up, but please provide some more information so I can suggest an alternative option. With some added context on the result, what is wrong with the returned values, and any error messages, I can assist you further.
Something that would be helpful is to know if there are other filters included on the visual that you want the calculation to account for.