Astroraf
05-21-2025Data Pipeline
How to Dynamically update formula?
 I am trying to create a formula that dynamically changes with the dashboard filter that I set.   The formula is:  (  ([Total count], [@Months in Date Range])  /  ([Total count], [@Previous 12 Months]...
- 05-27-2025
([Total Count], PREV(Months in Date Range],12)) Did the trick!