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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to pass dynamic parameter to the JSON as a data source

Hi,

 

I'm accessing the REST API URL as a direct query data source through the CData Power BI Connector for REST but the current URL has a hard coded value but how could I pass parameter dynamically in the power bi.

 

I have created 2 columns in the schema (JSON) which can be used as a parameter- pease see the below

<input name="effectiveDate" required="true"/>
<input name="prodId" required="true"/>

 

and change the URL to http://hotsname/sources/DimSales?rs:effectiveDate=[_input.effectiveDate]&rs:prodId=[_input.prodId]&rs:pageSize=10000&rs:pageNumber=1" 

 

And also created Parameters in the Power BI with the same names (effectiveDate, ProdId) but got the below error.

REST PBI error.PNG

 

Any suggestion would be much appriciated,

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I found that, Currently it is not possible to pass the query level parameters from the Power BI Service either Embedded URL or Report URL. 

 

Please vote for the idea 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/13820190-power-bi-online-query-pa...

 

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Do you create query parameter in Edit queries?

If so, when using parameter in URL, you could refer to the similar threads below:

https://community.powerbi.com/t5/Power-Query/Parameters-for-JSON-API-data-Maintain-Query-daily/m-p/157925/highlight/true

https://community.powerbi.com/t5/Desktop/How-to-pass-a-dynamic-date-parameter-in-the-json-api-in-power-bi/td-p/792244

 

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

 

Anonymous
Not applicable

@v-juanli-msft , Thanks for your inputs, 

 

With the Power BI Service URL query string parameters will filter the report, but they will not change report parameter values, i.e. it will not re-execute the data source with the values passed in the URL.

 

Plese see the below an overview of my target.

I'm using the Datasource : REST API i.e http://ABC/datasources/Products?rs:Date=2020-01-02 and its running fine and getting data as i am passing all parameters dynamically but It is not pulling the data by changing the URL parameter once I Published the Report to Power BI Service .

 

I'm not sure whether, this can be achieved as of my knowledge Power BI Query string parameters are for filtering the data and it will not re execute the datasource to get new data.

Anonymous
Not applicable

I found that, Currently it is not possible to pass the query level parameters from the Power BI Service either Embedded URL or Report URL. 

 

Please vote for the idea 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/13820190-power-bi-online-query-pa...

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.