March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have been trying for several days to connect PowerBI to MasteryConnect through their API. MasteryConnect is an educational services provider that hosts student testing information. They allow teachers to create their own assessments, administer assessments designed by other vendors, or generate assessments using their own item bank. All information can be tied to learning standards.
To connect to the API, I followed the instructions they sent me which required the use of Postman. I successfully got Postman to send a GET statement and return information. Below you can see the Postman screen with the Url generated for the GET statement. I have also included the Postman Console showing the url and headers that are passed in the GET statement. Below that is the Web Data Source screen. I have tried every variation I can think of in the Key portion of the PowerBI Web Data Source screen. Nothing seems to work and it continues to return the error "A web API key can only be specified with a web API key is provided."
I have additionally tried pasting many combinations into the Username box of the Basic screen for Web data source. I have not found the right syntax or combination of headers needed to return a result. Thank you in advance to anyone who can help with this.
hi, @lawsonbe
Here is a similar one issue and it had solved well for you to refer to,
Hope this helps.
Best Regards,
Lin
I tried that method and it did not work for me.
I am trying a new tactic on this issue. I found the following OAuth 1.0 script and am trying to use it to create the GET to the MasteryConnect API. PowerBI does not like the https part of the statement and calls it out as a syntax error in the advanced querry editor. Obviously I am subbing out my own information for the key, code, signature, etc..
let
Source = Web.Contents("https://api.masteryconnect.com/api/students.json?page=1″, [Headers=[#”Authorization”=”OAuth oauth_consumer_key=””YOURKEY””, oauth_nonce=””YOURCODE””, oauth_signature=””YOURSIGNATURE””, oauth_signature_method=””HMAC-SHA1″”, oauth_timestamp=””TIMESTAMP””, oauth_token=””YOURTOKEN””, oauth_version=””1.0″””]]
)
in
Source
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |