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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Customizing template apps for different users

Hi

 

im using Power BI to create template apps for my customers.
My reports are consuming the data exposed through my public API, and the url itself contains a unique id belonging to the account for which i want to retrieve the data for.

 

So let's say,
- customer 1 account id  =123 

- customer 2 account id = 345.

 

So, if customer1 will call url is  /v1/customer/123/mydata  to get his data

while customer 2 will have to call /v1/customer/345/mydata.

Now,  my app is sharing the same reports/dashboards, but each customer will have to set his account id at startup in order to get his data. Is there a customer friendly way to achieve that (through a pop up at startup, or a field to fill in within the report) ?

 

 

Thanks in advance

AA

 

 

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

The URL filter query may meet your requirement, please refer to:

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

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi,

thanks for your reply. 

But i don't need to use odata to "filter" the data. I need to "inject" the account key within the url.

 

And odata syntax goes at the end of the url (ex.:  api-url/endpoint?$filter=AccountName eq 'value')

While my accountId is within the URL (ex.: api-url/{account_id}/endpoint)

 

 

@Anonymous ,

 

I'm afraid currently custom URL is not supported. As a workaround, I would suggest you to add in user account column and configure dynamic RLS, you may refer to this blog: http://radacad.com/dynamic-row-level-security-with-manager-level-access-in-power-bi.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Kudoed Authors