The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |