Forum Discussion
Open desktop application from POWER BI report
Hello,
Is it possible to open custom application from POWER BI report?
I have created protocol as described in the following link:
so when I try to open my application from browser by typing myapp://Hello everything works fine.
However, when I add "myapp://Hello" to text box in my Power BI report and set it as hyperlink and click, it opens browser with "https//myapp..." and does not work.
I have found the following topic:
https://community.powerbi.com/t5/Desktop/Calling-a-non-http-URL/m-p/937900
but I don't need connector because I don't need data, I have to start desktop application with some values as parameters.
Thanks.
Regards,
Dragana
1 Reply
- lbendlin
Super User
Create a local webserver app that can translate the http:// call coming from Power BI Desktop into the "myapp://Hello" call.
You may also want to consider using the "External Tools" connector convention instead.