Join 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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |