Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi Community,
currently i have a problem with "add conditional column"....
I always want to have the value - of Today's date.
In the picture you can see that I set the date on 26.11 and stopped there.
Is there a possibility that the date automatically always selects the present one?
Solved! Go to Solution.
@Anonymous , You can create a column manually
example
new column = if([Column] < today(), 1, 0)
Refer: https://www.youtube.com/watch?v=wDS_Vi4r9I4
Hi @Anonymous
You can use
= Date.From( DateTime.FixedLocalNow( ) )
directly. It will give you today's date
Please mark the question solved 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.
Cheers
@Anonymous , You can create a column manually
example
new column = if([Column] < today(), 1, 0)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
82 | |
42 | |
40 | |
35 |