Hello I would like days on today's date.
For me the formula would be =Date.AddDays(DateTime.FixedLocalNow,-90) but it doesn't work.
=Date.AddDays(DateTime.FixedLocalNow,-90)
Also, I have a "function" message that appears and therefore I cannot transform my data thanks in advance.
Solved! Go to Solution.
() should be appended to FixedLocalNow.
=Date.AddDays(DateTime.FixedLocalNow(),-90)
() should be appended to FixedLocalNow.
=Date.AddDays(DateTime.FixedLocalNow(),-90)
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!