Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
AMP1220ENG
Frequent Visitor

Fields missing in applied steps after Power BI upgrade

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?

1 ACCEPTED SOLUTION
ToddChitt
Super User
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




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





View solution in original post

1 REPLY 1
ToddChitt
Super User
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




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.