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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
gpiero
Skilled Sharer
Skilled Sharer

A sudden issue with OData connector

From several days I am facing a bad behaviour of OData connection in a dozens of PBI report that works correctly for a couple of years.

 

pict1.PNG

 

I exclude any network connection issue. In fact on the same report I have a connection to Azure istance that works properly if I try to refresh only that file

 

tcp:MyServer.database.windows.net,1433

Moreover, reading some article on the Web, I did the test below and once again it works

 

 

let
    Source = OData.Feed("http://services.odata.org/northwind/northwind.svc/", null, [Implementation="2.0"]),
    Alphabetical_list_of_products_table = Source{[Name="Alphabetical_list_of_products",Signature="table"]}[Data]
in
    Alphabetical_list_of_products_table

 

Then it seems the issue arise while PBI try to establish the OData connection to SPO lists

 

Any ideas/suggestion will be appreciated.  It would be great I could solve the issue before Jan 7.

Just to start betterSmiley Happy

 

Thanks

If I can...
1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@gpiero,

 

Does this issue happens both in power bi desktop or power bi service? If the issue occurs both on desktop and service, please check if the access token of the rest api you use is expired. In addtion, if the issue only happens on power bi service, please check if you have configured the credentials properly via dataset -> data source credential.

1.PNG 

 

Regards,

Jimmy Tao

View solution in original post

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@gpiero,

 

Does this issue happens both in power bi desktop or power bi service? If the issue occurs both on desktop and service, please check if the access token of the rest api you use is expired. In addtion, if the issue only happens on power bi service, please check if you have configured the credentials properly via dataset -> data source credential.

1.PNG 

 

Regards,

Jimmy Tao

@v-yuta-msft

many thanks for your kind reply. The issue is related only to desktop version.

 

As you suggested, I checked again data source credential. I do not know why but one of the data source wa not properly set.

 

It was ok till last Dec 21. In fact all the reports were updated: last refresh Dec 21.

 

Thanks again

If I can...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.