Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello
I need to compare my sales this month eit previous motnh, but in the comparaison i need the same day of the week. Because now Im comparing a sunday (the office is closed) with a wednesday
Now my Meausure BookingLines PM (Previous Month) is
Booking Lines PM = CALCULATE(sum(Data[Booking Lines]);DATEADD('Calendar'[Day];-1;MONTH))
Calendar is my Master Date Table
Have you got any idea?
Best Regards
Solved! Go to Solution.
Hi,
You may refer to my solution this file.
Hope this helps.
Hi,
Does this work?
=CALCULATE(sum(Data[Booking Lines]);EDATE(Calendar[Day];-1))
If it doe not work, then share the link fro where i can download your file.
Hi,
You may refer to my solution this file.
Hope this helps.