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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Can the user supply values to a RESTfull API call

Hi,

 

I have a RESTfull API that generates reports based on some user supplied parameters. Is it possible for PowerBI to ask for these user supplied parameters? The general scenario I'm trying to achieve is:

  1. In PowerBi each individual user should be able to put in some different values.
  2. The values are sent to a RESTfull API.
  3. The API will collect and transform data based on the values received and serve the resulting data in the response.
  4. PowerBI receives the response from the API and presents it to the user in a report.

E.g. users should be able to generate a report showing information about customer subsets. However, the users only want to generate the report for a specific subset of the customers, say a user wants to see a report about female customers, who are 40-50 years old, and have children. Is it possible to create a form or something like that, that accepts that input from the user, sends it to a RESTfull API and receives a response with information about female customers, who are 40-50 years old, and have children?

 

I hope it makes sence. 

Thanks 🙂

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi chorn,

 

You can use URL filter as post request to achieve your requirement, URL filter support uses expression syntax like pattern below:

URL?filter=Table/Field eq 'value'

It also supports one field filter and multiple fields filters, for more details, please refer to this documentation:

https://docs.microsoft.com/en-us/power-bi/service-url-filters.

 

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi chorn,

 

You can use URL filter as post request to achieve your requirement, URL filter support uses expression syntax like pattern below:

URL?filter=Table/Field eq 'value'

It also supports one field filter and multiple fields filters, for more details, please refer to this documentation:

https://docs.microsoft.com/en-us/power-bi/service-url-filters.

 

Regards,

Jimmy Tao

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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