Forum Discussion
Caldowd98
4 years agoHelper I
Embedded Survey Power Bi
Hi community, Im looking to embed a survey into my power Bi report... I have a page that will be filtered to an individual customer account, and i want to embed a survey where the user can an...
- 4 years ago
Hi Caldowd98 , Probably a few ways you could approach this depending on how you need the survey's completed. For example you could:
- Create a Power App for the survey and embed it into Power BI
- Implement something similar to this: https://www.freshbi.com/blogs/pbisurveys
- If you going with a web-based survey and the URL's are specific for each client you can use Power to combine the parts to have a contextulised link in Power BI, for example:
- www.myurl.com/ClientID, CONCATENATE("www.myurl.com/", ClientID)
Hopefully one of these suggestions helps!
johncolley
4 years agoSolution Sage
Hi Caldowd98 , Probably a few ways you could approach this depending on how you need the survey's completed. For example you could:
- Create a Power App for the survey and embed it into Power BI
- Implement something similar to this: https://www.freshbi.com/blogs/pbisurveys
- If you going with a web-based survey and the URL's are specific for each client you can use Power to combine the parts to have a contextulised link in Power BI, for example:
- www.myurl.com/ClientID, CONCATENATE("www.myurl.com/", ClientID)
Hopefully one of these suggestions helps!