Live Connection from Power BI Desktop to a remote Power BI Desktop Semantic Model using Power BI Port Wrapper #1
pschaer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Inspired by this Stack Overflow issue, I was able to create a Power BI Report connected over a live connection to a Semantic Model running in Power BI Desktop on a separate host with Power BI Port Wrapper.
You have to launch the report-side Power BI Desktop with the following command:
runas /noprofile /netonly /user:[---insert your domain\username here---] "C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"In the Power BI Desktop instance: Get data > Analysis Services > Server > add the host:port where Power BI Port Wrapper is running
Don't forget to enable Allow Network Access on Power BI Port Wrapper
All reactions