Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi All,
I had a common data service connector loading the data correctly till 1 month ago, now it is showing all kind of time out errors.
Old query:
let
Source = CommonDataService.Database("orge2edc.crm3.dynamics.com"),
dbo_account = Source{[Schema="dbo",Item="account"]}[Data],
#"Renamed Columns" = Table.RenameColumns(dbo_account,{{"cre65_pfsstartdate", "PFS Start Date"}})
in
#"Renamed Columns"
I tried the new connector(common data service legacy) and it is loading perfectly.
New query:
let
Source = Cds.Entities("https://orge2edc.crm3.dynamics.com", [ReorderColumns=null, UseFormattedValue=null]),
entities = Source{[Group="entities"]}[Data],
accounts = entities{[EntitySetName="accounts"]}[Data]
in
accounts
Here are all the errors with old connection:
Could you help how to fix the old connector issue as I cant change the so many queries with new connector?
Hi @Anonymous ,
After searching hard, I still couldnt find a suitable solution or some related feedback.
Could you pls create a support ticket via below link and our relevant personnel will help to handle it.
https://powerbi.microsoft.com/en-us/support/
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.