Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
I have proofpoint API documentation but I am not sure how to use it with Power BI.
Can some one please help me with this.
Below is api documentation
apiDoc: Proofpoint Security Awareness Training Results API - 0.1.0 (securityeducation.com)
Solved! Go to Solution.
Hi @Ramendra ,
Please review the content in the following links, hope they can help you resolve the problem.
1. Get data from web error: A web API key can only be specified when a web API key name is provided
Solution:
Solution: Add ApiKeyName = "ApiKey" as part of the 3 parameter of using OData.Feed
let
Source = OData.Feed("https://localhost/odata", null, [Implementation="2.0", ApiKeyName = "ApiKey"]),
Table_table = Source{[Name="Table",Signature="table"]}[Data]
in
Table_table
3. A web API key can only be specified when a web API key name is provided
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi @Ramendra ,
Please review the content in the following links, hope they can help you resolve the problem.
1. Get data from web error: A web API key can only be specified when a web API key name is provided
Solution:
Solution: Add ApiKeyName = "ApiKey" as part of the 3 parameter of using OData.Feed
let
Source = OData.Feed("https://localhost/odata", null, [Implementation="2.0", ApiKeyName = "ApiKey"]),
Table_table = Source{[Name="Table",Signature="table"]}[Data]
in
Table_table
3. A web API key can only be specified when a web API key name is provided
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
They Provide access token but Power BI do not accept it.
it says
Read about the ApiKeyName section here : Web.Contents - PowerQuery M | Microsoft Docs
Looks straightforward. However, without actual access to the API it will be close to impossible to assist you. Doesn't look like they offer sandbox logins.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 32 |