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

Join 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.

Reply
Anonymous
Not applicable

Common Data Service connection timedout issue

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:

AdityaPowerBI_0-1621839457224.pngAdityaPowerBI_1-1621839480079.png

 

Could you help how to fix the old connector issue as I cant change the so many queries with new connector?

1 REPLY 1
v-kelly-msft
Community Support
Community Support

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!

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.