Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
CodeBernardo
New Member

Need help whit web data source advanced options

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:

CodeBernardo_0-1728570838866.png

And this is what is coming to my service:

CodeBernardo_1-1728571164322.png

 

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?

 

 

1 ACCEPTED SOLUTION
CodeBernardo
New Member

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.

View solution in original post

2 REPLIES 2
CodeBernardo
New Member

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.

Anonymous
Not applicable

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.

vheqmsft_0-1728612779620.png

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

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors