The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Greetings All; trying to integrate data in from a web sources.
I have my Root URL and Authorization, which needs to be input like this
Authorization: JWT {token}
I'm not clear on how to set this up to get access - can anyone share the right config? Thank you in advance
the Authorization string needs to be "Bearer " plus your token. Note the space.