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.
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)