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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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>"
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
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.
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!