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
barakb32
Advocate I
Advocate I

Translate a PowerQuery OData connection to qualified URL

Hello,

I can connect with Power BI to a system named CornerStone with OData string they generate and instruct to copy to power BI.

It looks like this:

 

OData.Feed("https://<Server>/odata/api/views/vw_rpt_ou", null, [Headers=[#"Authorization" = "Basic <User>",#"x-csod-session-token" = "<Token>"]])

 

I would like to connect SSIS instead of Power BI, using the OData connector, but the above is not a qualified URL. Can anyone help me transform the above to a qualified URL?

 

Thanks,

Barak

3 REPLIES 3
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @barakb32 ,

 

this is your ODATA URL = https://<Server>/odata/api/views/vw_rpt_ou

and this are the credentials

"Authorization" = "Basic <User>",

#"x-csod-session-token" = "<Token>"

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


10x, @mwegener

Can I constract a single URI line from these?

Barak
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @barakb32,

 

No, the credentials are part of the header. I'm not sure if you can transfer a token in the header with ssis.

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


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