Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Gateway is not detected by Power BI service

I have downloaded the latestversion of Gateway (3000.63.6) and signed in with the same account as Power BI service. However, when I go to Manage Gateways, I get a message "you dont have any gateways". My gateway application status is online and ready to use.

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

Hi, @Anonymous 

According to your description, I think that you should first check what mode of gateway you are using(Personal mode or Standard mode). If you use On-premise data gateway(personal mode), you are not going to find your gateway on “Manage Gateways” page.

If you are using On-premise data gateway, you can go to the application page and check if “Power BI” is ready, like this:

v-robertq-msft_0-1604392227119.png

 

Because if your gateway region is different from your Power BI data region, the gateway will not support Power BI. Under this circumstance, you should change the gateway region to be consistent with your Power BI data region.

 

Service gateway data region

Difference between two gateway modes

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-robertq-msft
Community Support
Community Support

Hi, @Anonymous 

According to your description, I think that you should first check what mode of gateway you are using(Personal mode or Standard mode). If you use On-premise data gateway(personal mode), you are not going to find your gateway on “Manage Gateways” page.

If you are using On-premise data gateway, you can go to the application page and check if “Power BI” is ready, like this:

v-robertq-msft_0-1604392227119.png

 

Because if your gateway region is different from your Power BI data region, the gateway will not support Power BI. Under this circumstance, you should change the gateway region to be consistent with your Power BI data region.

 

Service gateway data region

Difference between two gateway modes

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @v-robertq-msft ,

I'm having the same problem as described by @Anonymous . Can you explain how to use the personal gateway? What is it for if it cannot be accessed by the Power BI service?

lbendlin
Super User
Super User

When you run the powershell scripts for the gateway, what do they say?

 

Import-Module -Name OnPremisesDataGatewayHAMgmt
Login-OnPremisesDataGateway
$g = Get-OnPremisesDataGatewayClusters
foreach ($i in $g) {
    $j = $i.gateways | ConvertFrom-Json 
    $j | Format-Table gatewayName,isAnchorGateway,gatewayClusterStatus,gatewayVersion,gatewayMachine,gatewayObjectId -AutoSize
}

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors