We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 32 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |