Forum Discussion
bparikh
5 years agoRegular Visitor
Date difference in Months - Power Query
Hello Experts, I've two DateTime columns and am trying to find the difference in Months by adding a new column but getting an error. I'm using = Date.Month ([Date1] - [Date2]) Date1 & Date2 bot...
Anonymous
4 years agoNot applicable
I want to calculate datediff, for example if start date is 4may and end date is 4june then if I select may month it should return days only from 4may to31 may, if I select June it should give 1june to 4june only. Please help me with this,