Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
How do I add a custom column which contains a calculated today's date?
Solved! Go to Solution.
Date.From(DateTime.LocalNow())
When I do this all that turns up in my new Custum Column is "Function" and no dates☹️
You are actually referencing the function rather than invoking it currently. You could even drill into your column now and see the metadata for the function.
To invoke the function, which is what you want, add the parentheses at the end: instead of "each DateTime.LocalNow", use "each DateTime.LocalNow()"
Hello MarkLaf,
Thank you for your help. I'm a newbie, just getting started and have a long way to go (as you can tell). M worked perfectly.
Tim
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 64 | |
| 55 | |
| 42 | |
| 38 | |
| 30 |