Forum Discussion
mdrammeh
9 years agoHelper III
How to Counting Date values Backwards
I have a date column titled "Scheduled Start Date" for millions of columns in Power Query. I want to calculate the number of days prior to the "Schedule Start Date". I tried to formulas for the resu...
MarcelBeug
9 years agoCommunity Champion
Probably you mean rows instead of columns.
Anyhow: remove ",MONTH)" from the formula (or use Date.AddMonths).