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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I currently have a table set up with a query where the date has to be changed manually every month i update it, What i want to do is get this to manually adjust everytime i refresh the data.
The query i currently have is:
= Table.AddColumn(#"Expanded Period Table", "Custom", each "11/01/2019")
is there a forumla or a way to adapt this query so it just updates whenever i refresh the data in BI?
Solved! Go to Solution.
I believe what you want is:
= Table.AddColumn(#"Expanded Period Table", "Custom", each DateTime.LocalNow() )
I believe what you want is:
= Table.AddColumn(#"Expanded Period Table", "Custom", each DateTime.LocalNow() )
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 45 | |
| 41 | |
| 29 | |
| 19 |
| User | Count |
|---|---|
| 201 | |
| 126 | |
| 103 | |
| 72 | |
| 54 |