Hi Everyone,
Hope you can help me with this one. I am trying to get the delta difference from both 2 months. Just to show how many volume increased previous to current month. Any reccomendations?
Thanks!
Is your data being pivoted? What does your raw data look like? How many records do you have per month? What are you grouping your data based on?
You'll likely need to utilize a LAG window function to get the prior month's value to calculate the difference in a beast mode.