cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
pvuppala
Helper III
Helper III

Identify/extract Data Sources using PersonalGateways

Hello Gurus,

We're going through some Personal Gateways and its usage. We finally turned off the PersonalGateway installs using this simple command

 

Set-DataGatewayTenantPolicy -PersonalGatewayInstallPolicy Restricted

 

Also, I am able to identify all existing PersonalGateways via a combination of these commands

 

Get-DataGatewayCluster -Scope Organization | Where-object {($_.Type -eq "Personal") } 

 

 

 

Get-DataGatewayCluster -Scope Organization | Where-object {($_.Type -eq "Personal") }

 

Next step is to idenfity all or any datasources/workspaces these personal gateways are being consumed.  Any ideas on how to proceed?

 

TIA.

5 REPLIES 5
v-yiruan-msft
Community Support
Community Support

Hi @pvuppala ,

Please check if REST API Gateways - Get Datasources is what you want...

GET https://api.powerbi.com/v1.0/myorg/gateways/{gatewayId}/datasources

yingyinr_0-1652256872254.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
pvuppala
Helper III
Helper III

Thats exactly what I mean't when I said to we're planning to have all customers go through Enterprise gateways 🙂 For now, I'm still looking to identify what content is using Personal Gateways so we can notify the customers.  I'm meeting our MS support next week so I will update on our working session.

lbendlin
Super User
Super User

What's your rationale for caring about that?

 

Anyway, the tenant audit logs have sections for gateway connection creation/modification. As far as I can tell that includes personal gateways.

The idea behind is to stop folks installing Personalmode and go through an Enteprise Data Gateway for compliance reasons etc.,  We as admins trying to put some guardrails on data sources to make sure customers follow this process.

We solve that differently - by offering the users the option to use our enterprise gateways that have much better performance, guaranteed uptime ( with multiple cluster members each) and full sets of connection drivers. 

 

Don't forget that personal gateways are required for R and Python scheduled refreshes.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.