Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Morning
I need to create a custom column that dsiplays Todays date minus 1 day. I thought it might look someting like this
=Date.AddDays(DateTime.FixedLocalNow())-1
but this dispalys and error.
thank you
Richard
Solved! Go to Solution.
Hi,
this functions
Date.AddDays( DateTime.FixedLocalNow(),-1))
control your parenthesis
Hi @cottrera
Date.AddDays(Date.From(DateTime.FixedLocalNow()), -1 )
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
Great works fine thank you for responding so quick;y 😀
Hi,
this functions
Date.AddDays( DateTime.FixedLocalNow(),-1))
control your parenthesis
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
7 |