Forum Discussion

Astroraf's avatar
Astroraf
Data Pipeline
05-21-2025
Solved

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]...
  • Astroraf's avatar
    05-27-2025

    ([Total Count], PREV(Months in Date Range],12)) Did the trick!