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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

New columns from data source are missing in dataflow

I have a dataflow that's using OData feed as a data source. The data source was updated with a new column so I refreshed my dataflow expecting to see this new column, but it did not show up.

 

Editing the dataflow on the web I can see this new column in the power query editor but if I try to import this dataflow into a new pbi file it's not there. I realized that the power query editor on the web has about 15 more columns than the power query editor on Power Bi desktop after importing this dataflow.

 

Is there any explanation for the discrepancy between the columns in the dataflow power query editor on the web and actually importing the data into a pbi file?

 

Thanks

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

It can be as simple as the difference between Table.SelectColumns() and Table.RemoveColumns()

 

Check your Power Query code for any transforms that may filter columns.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

It can be as simple as the difference between Table.SelectColumns() and Table.RemoveColumns()

 

Check your Power Query code for any transforms that may filter columns.

Anonymous
Not applicable

It looks like this was it. I had a step that removes columns of

type table, type record, type list, type nullable binary, type binary, type function

 but the missing column was not one of those types and still showed up in the editor after this step was applied.

 

I'm still not fully understanding why this solved the issue but the issue is now fixed, thank you.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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