Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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.   Edit...
  • lbendlin's avatar
    3 years ago

    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.