Forum Discussion
SamePeriodLast Year/Contiguous Dates(?)
Hello,
So I have our salespeople in a treemap acting as a slicer over the rest of the canvas. I am showing gross revenue and avg. job revenue brought in for this year. I am comparing it to last year using SAMEPERIODLASTYEAR--but i encounter an error when I make a selection on our salespeople.
I'm pretty sure the formula itself is right, but I'd like to understand what's going on behind the scenes that's giving me the error--presumably a filter-context ...?
Thanks in advance
Hi cwayne758,
it's like the error message tells you: SAMEPERIODLASTYEAR requires a contiguous selection of dates in your slicers. If you use the ctrl. key to select different, non-contiguouse dates, than this function does not work, as you noticed.
Regards,
Lars
I have used DATEADD -1 successfully in the past to bypass this particular error when the cause was not immediately apparant.
Are you selecting specific date ranges (maybe skipping holidays or weekends)? This would throw off the calculation and cause the error. The error is basically saying that the dates have to be continuious from start to end with no days skipped.
K
2 Replies
- LarsSchreiberResponsive Resident
Hi cwayne758,
it's like the error message tells you: SAMEPERIODLASTYEAR requires a contiguous selection of dates in your slicers. If you use the ctrl. key to select different, non-contiguouse dates, than this function does not work, as you noticed.
Regards,
Lars
- kcantorCommunity Champion
I have used DATEADD -1 successfully in the past to bypass this particular error when the cause was not immediately apparant.
Are you selecting specific date ranges (maybe skipping holidays or weekends)? This would throw off the calculation and cause the error. The error is basically saying that the dates have to be continuious from start to end with no days skipped.
K