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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
speschka
Regular Visitor

Custom Data Connection Returns JSON But Desktop App Says OData Not Service or Feed

I've been working on a custom data connector for Power BI desktop that consumes data from a REST API we've built that is secured by Azure AD.  I thought I was finally through the hard part - getting the authentication working - but now that I'm connecting to our REST API and retrieving data, I'm getting the error from Power BI Desktop of "OData:  The given URL neither points to an OData service or a feed."  

 

When I look in Fiddler though, I can see data coming back, and it's all correctly formatted JSON.  I copied the data from Fiddler and pasted directly into a Visual Studio JSON document and it shows no errors at all.  So...I'm not really sure what Power BI wants here.  My feed is configured in my custom data connector like this:

 

source = OData.Feed("https://www.foo.com/api/data/powerbisummarydata")

 

The only thing I could think of was that perhaps "OData.Feed" isn't the right option, but I could not find another one in the SDK that would appear to work.  Any suggestions?  I've been looking through the MyGraph sample as well in the SDK samples and cannot find anything it's really doing differently.

 

Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @speschka,

 

If you want to use Odata feed connector, you should confirm the data source is odata type.
For you scenario, I think you can try to use web.content with json connector.

 

Sample:

source=Json.Document(Web.Contents("https://www.foo.com/api/data/powerbisummarydata"))

 

Reference link:

M Query to use POST method on a Web API

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @speschka,

 

If you want to use Odata feed connector, you should confirm the data source is odata type.
For you scenario, I think you can try to use web.content with json connector.

 

Sample:

source=Json.Document(Web.Contents("https://www.foo.com/api/data/powerbisummarydata"))

 

Reference link:

M Query to use POST method on a Web API

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors