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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
acanepa
Resolver I
Resolver I

Parameters & PowerApps & RestAPI

Hi,

 

I'm generating dashboard that analyzes a particular client overall views. The data is loaded through SQL queries with parameters defined in PowerBI desktop. 

 

Analyze a different client involves changing the parameter in PBI desktop and load the data again. (Around 2 min)

 

I have used Excel as a collector of parameters to change data into a dashboard as the following video explains:

https://www.youtube.com/watch?v=iiNDq2VrZPY

 

But the problem is that only one person can use report at the time and you need to give admin permissions to the users.

Is there a way to use Rest API or another method where I can pass parameters?

 

My idea will be the following in terms of a flow:

 

1. Users type the client they want to investigate in PowerBI service (or online)

2. PBI send a request to SQL server for the required User.

3. SQL retrieves the data a PBI saves into the report

 

I'm wondering if I can use Data Connectivity Mode on Import rather than Direct Query to this Job.

 

Finally, it will be possible to leverage PowerApps to pass the parameters for making the queries?

 

Regards,

 

 

2 REPLIES 2
v-caliao-msft
Microsoft Employee
Microsoft Employee

@acanepa,

 

So why not get all data in Power BI and add client column into a slicer, then user can analyzes particular clients data? 

 

I'm wondering if I can use Data Connectivity Mode on Import rather than Direct Query to this Job.
Yes, we can use import mode in this scenario.

 

Regards,

Charlie Liao

Hello,

 

I can do that but the quantity of data is massive and that's why I'm trying to avoid bringing all the data.

 

My idea is using PowerApps to pass a filter into SQL databases as a parameter.

 

 

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors