Forum Discussion
Jimm
9 years agoRegular Visitor
Selling PowerBI Dashboard access
Hi guys! I'm not really sure if this kind of post fits this forum :P I work for a small company and we are currently trying to figure out if we could sell PowerBI dashboard access to our custo...
opticshrew
8 years agoResolver II
Hi Jimm
Depending on how you provide access to these users you could embed the report into a webpage then depending on who is accessing the data apply a parameter onto the end of your embeded URL e.g.
?filter=Store/Territory eq 'NC'
The above example would filter your embeded report by "Store/Territory. Here is a link to embedding reports using Power Bi and Power Bi Report Server.
https://docs.microsoft.com/en-us/power-bi/developer/embedding-content
https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-embed
If you're using Sharepoint you could create an iFrame to embed this :)
Hope this helps,
J