Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
@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.
@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.