Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm working on an integration with Power Bi, where I have an automation that decides which Api I should call to read the data. In Power Bi, I select that the data source will be from the web and pass the link to my automation webhook along with 2 headers necessary to validate and search for the correct endpoint of the request, User Key and Api Key. However, Power Bi is omitting this information and I have difficulty understanding why.
That's the way I'm making the call:
And this is what is coming to my service:
Some things I noticed is that if I pass a short key it receives the data, however when I pass the real service keys, which are in GUID format, the data is omitted, is there a string size that I must respect?
Solved! Go to Solution.
Hello, thanks for responding, I found another way to get the result I wanted, I had to send the data I wanted through query params, from what I understand power bi has problems with the "-" character, in general, if the header contains more than one "-", it omits the key, but via query it accepts it.
Hello, thanks for responding, I found another way to get the result I wanted, I had to send the data I wanted through query params, from what I understand power bi has problems with the "-" character, in general, if the header contains more than one "-", it omits the key, but via query it accepts it.
Hi @CodeBernardo ,
According to your description, it will take effect when you enter shorter characters and will not respond when you enter longer characters. This could be due to your long GUID or a command timeout. One way is that you can shorten your GUID, or set the command timeout in the advanced interface.
Power Query Web connector - Power Query | Microsoft Learn
Web.Contents - PowerQuery M | Microsoft Learn
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
13 | |
11 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
7 | |
7 | |
7 |