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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
CHP
New Member

Passing json parameters to REST API data source

I have a data source that is a REST API.  To query this API I pass in some headers for credentials, and some json inputs.  The curl for it looks like so :

curl -X POST -d '{"parameter_name":"parameter_value"}' -H 'Content-Type: application/json' -H 'Cookie: my_credential_key=my_credential_value' https://my.endpoing.com/api/endpoint/

 

 

the json passed in can be more complicated too (it can contain multiple parameters, one of the parameter values may be a URL, etc)

 

I'm not sure how to use the Web data source or the Blank Query to get data back from this API.  In the Web data source can figure out how to pass in the cookie header, and the content-type header as well, but I'm not sure how to pass in the -d {"parameter_name":"parameter_value"}

 

Any help would be appreciated 🙂

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @CHP,

 

As far as I know, in Power Bi, we can pass query parameters as described in this thread. The parameter is a single value parameter. It is not available to pass json formatted parameters like {"parameter_name":"parameter_value"}. Rather than recognizing each specific value from  {"parameter_name":"parameter_value"} one by one, it might consider this as a whole entity.

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.