Hi all
I'm trying to figure out whether it will be possible for users(a customer) with an Azure AD login to access an Analysis Services Tabular model, hosted on a VM machine running in Azure?
So the customers laptop is not joined to the Domain, but we have created as user on our AAD that they can use. The user have PowerBI desktop and wants to connect to the Tabular Model sitting on the SSAS server running on our VM in Azure.
What I have found so far is that if I run PowerBi desktop on my domain PC, create the reports and dashboards and publish the workbook to powerbi.com and i can afterwards use the Gateway to keep the live connect, but that means that I have to make the PowerBI report/dashboard from my machine. Any suggestions ?
I also considered, giving a VPN to the customer so that they can connect to the Azure VN, that is joined to the Azure AD. And then he/she can run PowerBI desktop using run as
runas /netonly /user:domain\customerlogin "C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"
Haven't tested that though