Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
This is the generated code
GP MoM% =
VAR __PREV_MONTH = CALCULATE([GP], DATEADD('Calendar'[Date], -1, MONTH))
RETURN
DIVIDE([GP] - __PREV_MONTH, __PREV_MONTH)However if I look at the end of a month at a daily granularity, say for ex 30 & 31st May its calculating a percentage for both using the Value of April 30th as there is no April 31st. Should it not be blank instead?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.