Make Filter not applicable for Running Sum

Creating a new calculated field as a date hider using a table calculation like so:

minOver(min({date}), [{date}])

and then filtering on this new calculated date field might be a better solution in this case.

It would allow the user to filter for any specific date time period, instead of being limited by only being able to look back in time.

I’ve read about it in this post:

1 Like