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.
I am using the below DAX formula to calculate prior months sales for same period as current month. For some reason however it is showing total month instead of just showing a few days of the month. I am ultimately looking to compare the net fee for 1-8 Dec against the same period in November. Attaching the raw data from excel that it should be comparing.
My "PurchaseDate" column is set as a date format so its not because of that. Any ideas why its not working?
Solved! Go to Solution.
Time-intel functions work correctly ONLY on proper date tables, not on any tables with date columns. And what you're doing is exactly this: you're trying to use them directly on a fact table. No. This will never work.
Time-intel functions work correctly ONLY on proper date tables, not on any tables with date columns. And what you're doing is exactly this: you're trying to use them directly on a fact table. No. This will never work.
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |