Imagine a dataview displaying a sales-related cube: the first column represents the current sales values, while the second corresponds to the previous year's (PY) sales values. I want to compare sales from January and February 2025 with those from the same months in 2024. However, the PY data is incorrect because Board does not account for February 29, 2024, in its calculations.
How can I resolve this issue? I’ve already tried setting the offset to -366, but it didn’t work.
Let me know.
Thank you in advance!