Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |