Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
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 🙂
Solved! Go to Solution.
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
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
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 |
---|---|
84 | |
72 | |
68 | |
41 | |
35 |
User | Count |
---|---|
108 | |
56 | |
52 | |
48 | |
41 |