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. After recently upgrading Power BI Desktop to v2.139.1733.0, I needed to change a data source from an Excel file to a SharePoint link. I created several calculations in the original query, so I copied a majority of the steps in Advanced Editor and applied them to the new query.
As I was reviewing each applied step, I noticed there were three missing columns. Prior to the step where the columns disappeared, I added a new column, changed its type, duplicated a date column, parsed the year, renamed the new year column, then duplicated another date column. When I duplicated the second date column, the three new columns I created in the previous steps were gone.
The original query used the same applied steps and the columns that are missing in the new query are not missing in the original query.
Has this happened to anyone else? Does anyone have a solution?
Solved! Go to Solution.
Can you verify that each step in Power Query Advanced Editor references the step name before? And that the last line (after "in") references the last step?
Sample of GOOD code:
let
Source = ... ,
StepOne = Source(... ,
StepTwo = StepOne (... ,
in
StepTwo
BAD:
let
Source = ... ,
StepOne = Source(... ,
StepTwo = StepOne (... ,
in
StepOne
Proud to be a Super User! | |
Can you verify that each step in Power Query Advanced Editor references the step name before? And that the last line (after "in") references the last step?
Sample of GOOD code:
let
Source = ... ,
StepOne = Source(... ,
StepTwo = StepOne (... ,
in
StepTwo
BAD:
let
Source = ... ,
StepOne = Source(... ,
StepTwo = StepOne (... ,
in
StepOne
Proud to be a Super User! | |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |