Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
I am creating a date hierarchy offset for time intelligence but for some reason, it works at the day level but at the month , quarter and year level the offset function is not returning the proper value.
Can someone direct me to what the issue is?
Image #1 - Date hierarchy offset formula
Image #2 - Incorrect outuput at month, quarter and year level
Solved! Go to Solution.
Your DAX is using 'Date'[CurrDayOffset] inside FILTER for all cases. It should match the period you're calculating for.
Your DAX is using 'Date'[CurrDayOffset] inside FILTER for all cases. It should match the period you're calculating for.
Duh. I am an idiot. Thanks Alexis. That is exactly the issue......
@ysherriff , In this video I have applied the logic of isinscope and offset, check that out, if that can help
Power BI Offset Compare Categories, Time Intelligence MOM, QOQ, and YOY: https://youtu.be/5YMlkDNGr0U
Thanks Amit. I have used your video as a starting point. It is saved in my favorites in Youtube.
Your videos are awesome learning tools.