Forum Discussion
Anonymous
5 years agoNot applicable
PowerApps attachments as datasource
Hi all I have been working on a project where we want to combine the Input from PowerApps with Power BI's reporting. The problem I am currently encountering is using Excel workbooks of type ....
- 5 years ago
Hello Anonymous
I think it should work like this
Excel.Workbook(Web.Contents(YOURPATHFROMPOWERAPP))
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
Jimmy801
5 years agoCommunity Champion
Hello Anonymous
include the function in your query or deactivate the firewall of power BI
BR
Jimmy
Anonymous
5 years agoNot applicable
Hi Jimmy801
Good news, including the funtion in my query did the trick. I also replace Source = Paths with the full referenced query.
Thanks for the help.