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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 !