Forum Discussion

SajjadMousavi's avatar
SajjadMousavi
Helper II
4 years ago
Solved

Using personal gateway with SSAS

I already have on-premise data gateway (standard mode) installed. Today, I editted one of my reports to connect to SSAS instead of two Excel files. Report is refreshed in Power BI Desktop without any problem. I uploaded it to Power BI service and tried to add SSAS data source to data hub and refresh it, of course with no luck, because gateway requires me to be DB admin in standard mode and I'm not - and will never be! So, I installed gateway in personal mode - site by side with standard. Then I tried to create a data source in data hub, but it fails:

 

 

 

I have no option to tell Power BI service to go through personal gateway (this error was already there before installing personal mode gateway). Should I add personal gateway to cluster? If yes, how? If no, what else should I do?

 

 

  • I know this is not a solution, but may help others facing this issue. I finally managed to solve my problem using a SSIS package with OLE DB data source and MDX queries to bring data to local SQL Server and connecting report to it. At least it works and my report can be refreshed in Power BI service.

3 Replies

    • SajjadMousavi's avatar
      SajjadMousavi
      Helper II

      Hi.

      Thanks for your anwser. Bad news are:

      • I cannot use LiveConnect because I have some Excel and SQL Server data sources in my report, hence standard mode will not work
      • I read in some post here that I can use personal gateway for this purpose! But seems I cannot use this also!
      • Our company won't give me admin rights, neither will help me configuring Power BI service!

      So, I'm working on another solution: Using SSIS to bring data to SQL Server and use it as data source. But I have stuck there too (This post on stackoverflow).

    • SajjadMousavi's avatar
      SajjadMousavi
      Helper II

      I know this is not a solution, but may help others facing this issue. I finally managed to solve my problem using a SSIS package with OLE DB data source and MDX queries to bring data to local SQL Server and connecting report to it. At least it works and my report can be refreshed in Power BI service.