Forum Discussion

jibran's avatar
jibran
Helper II
9 years ago
Solved

Dynamic parameter insertion to filter data in iframed dashboard from with in webapp

Hi,

We have a web applicaiton used by over 1000 customers.

 

We would like the abilitu to assist over customers to analyse their account level information i.e. Spend analysis, account overview, product overview. 

 

 

What we are looking to find a way of passing a customer ID to a query datasaet that pulls customer specific information from the database and binds it to the published iframed power bi dashboard on the go.

 

 

Thanks in advance

  • jibran If you're talking about publish to web iframe then i dont think it will be possible as there is no option currently to interact (pass parameters to your dataset) with your report  using that. Only option I can think of is to use RLS (row-level security) feature and use Username() function which will return logged in user's credentials and match that with your custommer id in dataset and filter dataset. Check out this blog on detailed information on how to implement RLS with Username() function.

1 Reply

  • ankitpatira's avatar
    ankitpatira
    Community Champion

    jibran If you're talking about publish to web iframe then i dont think it will be possible as there is no option currently to interact (pass parameters to your dataset) with your report  using that. Only option I can think of is to use RLS (row-level security) feature and use Username() function which will return logged in user's credentials and match that with your custommer id in dataset and filter dataset. Check out this blog on detailed information on how to implement RLS with Username() function.