Forum Discussion
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
- Anonymous5 years ago
Hi Anonymous,
In fact, these activities are recorded in audit logs, I'd like to suggest you check the type of operations that the 'audit log ' feature traced.
Track user activities in Power BI - Power BI | Microsoft Docs
For other detailed information, I'd like to suggest you trace the 'activity id' from 'refresh history' and local 'gateway logs'.
Working with Power BI Gateway logs - Microsoft Power BI Community
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi Anonymous,
In fact, these activities are recorded in audit logs, I'd like to suggest you check the type of operations that the 'audit log ' feature traced.
Track user activities in Power BI - Power BI | Microsoft Docs
For other detailed information, I'd like to suggest you trace the 'activity id' from 'refresh history' and local 'gateway logs'.
Working with Power BI Gateway logs - Microsoft Power BI Community
Regards,
Xiaoxin Sheng