Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Check when Gateway connection details were modified for a Power BI dataset

Hi,

 

I wish to know when the gateway connection details were modified for datasets in a particular Premium workspace. I've Power BI Admin rights and am trying to use PowerShell query to answer this.

 

I know that gateway connection details were added to one of the datasets on 30-Jun-2021 after taking it over. But, it does not come up in the below query:

$activities = Get-PowerBIActivityEvent -StartDateTime '2021-06-30T00:00:00' -EndDateTime '2021-06-30T23:59:59' | ConvertFrom-Json

 

I was expecting it to come up with value 'BindToGateway' for either Operation or Activity. There are some records with value 'BindMonikersToDatasources', but info under WorkSpaceName, DatasetName and other columns are blank.

 

How do I trace when the gateway connections were modified for a Power BI dataset?

 

Regards,

Ameya

1 Reply