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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
rickylee
Helper III
Helper III

New column at source (dynamic 365 online) does not include in power bi after refreshing

Hello,

New column at source (dynamic 365 online) does not include in power bi after refreshing. I have seen various posts inlcuding edit queries and advanced editor:
https://community.powerbi.com/t5/Service/New-column-in-source-table-not-appearing-in-dataset-after/m...

It seems my problem has not be solved.

The code in my advanced editor looks like this and I cannot see a definition to define the number of columns:

let
Source = OData.Feed("https://chasprod.api.crm4.dynamics.com/api/data/v8.2/", null, [Implementation="2.0"]),
salesorders_table = Source{[Name="salesorders",Signature="table"]}[Data],
#"Reordered Columns" = Table.ReorderColumns(salesorders_table,{"_pricelevelid_value", "salesorderid", "name", "createdon"}),
#"Removed Columns" = Table.RemoveColumns(#"Reordered Columns",{"lastbackofficesubmit"})
in
#"Removed Columns"

Thanks,
Ricky

1 REPLY 1
marclelijveld
Resolver I
Resolver I

Hi @rickylee

Not sure, but possibly this happends in your reordered columns step. Can you check if every column you want as output is specified in the reordered step. 

Beside that, did you try to create a new query in Power BI desktop to this source already? Is the column still missing in that case? 

- Marc

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.