Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I was given the following items (details redacted) but I'm not quite sure where to start with this. Can Power BI use an external API to pull data from a web service? If so, how can I use the details given to me below? Is it supposed to be some sort of connection string? I don't have any experience with Azure and only have very basic knowledge of SQL so I'm not quite sure where to start.
Is there anything else I have to ask our service partner when trying to connect to their servers for this?
PUT {sitename}
User-Agent: {application name goes here}
Accept: application/{xxxx}+json
Content-Type: application/json
Authorization: Bearer {token goes here}
Solved! Go to Solution.
Hi @olimilo ,
I thought you had that already (according to your first post)
This is sth that your API provider has to tell you.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
I recommend that you converse with @ImkeF
Hi @olimilo ,
you put the necessary parameters into the header like so:
Web.Contents("YourURL", [Headers=[Authorization="Bearer xxxxxxxx", Accept="application/json".....]])
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Thank you!
Hi @ImkeF ,
It's asking me for a UserAgent. I'm not sure what to enter in this field. It should be Power BI right?
Hi @olimilo ,
I thought you had that already (according to your first post)
This is sth that your API provider has to tell you.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
95 | |
90 | |
35 | |
35 |
User | Count |
---|---|
154 | |
102 | |
82 | |
64 | |
54 |