Hi there,
I have a table with Year and Value. Can you please help with the YOY % value - as an additional column?
The dataset is by by date & time but we group by year.
Year Value YOY %
2022 5
2023 6 20%
2024 8 33%
I think you are looking to use the lag function within the Rank & Window tile. Here are the configurations, and previews, in a sample dataflow for your reference.
Hopefully this is helpful.
Hi @TanyaB I'd suggest taking a look at this page for more detail on how to do Period over Period transforms:
Sample Beast Mode Calculations: Period-over-Period Transforms (domo.com)
I think what you're asking about here is in the section: Variance % ((CY - PY)/PY)
Thank you - I've had a look, but can't seem to get the previous year and current year on the same line.
Do you know how to solve that?