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 request your kind collaboration, I have two columns in a matrix (days), in which I need to subtract them for each row.
So here, I need subtract column "18" minus "17". taking into account that the number 18 is the day of the month, and I need it to be subtracted from the previous day.
Thank you.
Assuming the format of the column is Date you can use
Days Difference = DATEDIFF([Start Date], [End Date], DAY) or please provide the column format ?
Regards,
Jupsimar Singh.
Mark my post as a solution if it helped you !