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 community,
Will changing a dataflow column name break downstream power queries? I want to change the name of a column in a dataflow but I am worried that if I change the name in the dataflow then everything that was referencing that column in a query will break. I am wondering if behind the scenes some type of temporal table is storing column names historically so you can change names without breaking everything.
Best!
Solved! Go to Solution.
Yes, it will most likely break the downstream datasets and reports. There are small remedies like using Table.SelectColumns instead of Table.RemoveColumns or use the [Column]? construct. But eventually you will have to manually refresh the impacted reports to re-sync the meta data, and then update the app as well.
Yes, it will most likely break the downstream datasets and reports. There are small remedies like using Table.SelectColumns instead of Table.RemoveColumns or use the [Column]? construct. But eventually you will have to manually refresh the impacted reports to re-sync the meta data, and then update the app as well.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 68 | |
| 56 | |
| 27 | |
| 20 | |
| 19 |