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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Get-PowerBIActivityEvent retrieving empty values since 2/12/2020

We have automation built out around this cmdlet and stopped receiving data on the Feb 12th 2020. Until then, data was gathered as expected without issue. Now, we receive the attributes but no data is returned for each attribute. I've seen other people online having this same problem too. Any ideas? 

Status: New
Comments
v-chuncz-msft
Community Support

@MWinter225 

 

Take a look at this post and create a support ticket for assistance if necessary.

 

MWinter225
Advocate IV

Thank you for your response @v-chuncz-msft . That did not solve our problem but I will open a ticket, thanks!

taraskapral
Frequent Visitor

Hi guys, 

 

I have some problem. Does it have any solution?
Get-PowerBIActivityEvent -StartDateTime '2020-03-15T10:00:00' -EndDateTime '2020-03-15T10:01:00'
[
{
"Id": [],
"RecordType": [],
"CreationTime": [],
"Operation": [],
"OrganizationId": [],
"UserType": [],
"UserKey": [],
"Workload": [],
"UserId": [],
"ClientIP": [],
"UserAgent": [],
"Activity": [],
"ItemName": [],
"WorkSpaceName": [],
"DatasetName": [],
"CapacityId": [],
"CapacityName": [],
"WorkspaceId": [],
"ObjectId": [],
"DatasetId": [],
"DataConnectivityMode": [],
"IsSuccess": [],
"RequestId": [],
"ActivityId": [],
"RefreshType": []
},

MWinter225
Advocate IV

@taraskapral @v-chuncz-msft 

 

We have solved the problem and this is the note from our technical lead: "I was able to retrieve the needed content via Invoke-PowerBIRestMethod. I have since edited our automation to use this instead of the get-powerBIActivityEvents. I believe the issue was created due to an issue with the MicrosoftPowerBIMgmt.Profile module versioning or something." hope that helps!

taraskapral
Frequent Visitor

@MWinter225 I can confirm that it suddenly started to retrieve data again. 
Thank you for support.