Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello Everyone,
I am currently trying to connect via API to the Knowbe4 platform however I am getting authorization issues. I keep getting access denied and it will not accept my API token.
Can anyone help?
Here is the link to the information they provide for the setup: https://developer.knowbe4.com/reporting/#tag/Authentication
I am also having problems getting know b4 data to flow to power bi. Did anyone get their know b4 power bi issue resolved?
Hi @Anonymous,
I just created a Power BI report against KnowBe4 for one of our recent campaigns. I had much the same questions as I had not done this before and came across your post when I was searching for answers.
First off, when you enable the Reporting API in your Account Settings ensure you scroll all the way down and hit the save button. Some of their site settings save immediatley when you click on them and others you have to specifically click the save button. When I first enabled the API I was getting not authorized errors like you. I then scrolled all the way down (it's a long way) and saw a Save button. When I clicked that within a few seconds I started getting results.
To get the data I used the Web source. Enter the following:
That's it. When you click OK you should start seeing data come in.
Hope that helps.
Hi Matt,
This was very helpful. thank you so much. I am assigned to create a Training activity report in Power BI on all campaigns. Do you by any chnace have any API for that?
Appreciate that this is old but thanks for this. Been struggling with this and this was the clearest and easiest instruction I've used that worked!
Though will add that when it prompts for credentials, to use "Anonymous" and resist the urge of using the API option.
@Anonymous try something like this and then add the next steps.
let
#"API Key" = "your api key",
Source = Json.Document( Web.Contents("http://your url",
[
Headers = [Bearer = #"API Key"]
]))
in
Source
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Can you share your M code (with a modified token, of course)? Did you include "Bearer " in your Authentication record?
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
I am having the same issue. There is no instructions for PowerBI from KnowBe4. Any help would be appreciated.
@Anonymous do you have your access token from them?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Yep I have the access token from them but when I try to add it in the authorization says it has failed.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
96 | |
91 | |
82 | |
69 |
User | Count |
---|---|
159 | |
125 | |
116 | |
111 | |
95 |