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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

extract page and dashlet name with Get-PowerBIActivityEvent from ExportReport

Hi, we are using the below PowerShell query to extract who exported the report from the Power BI reports. . It gives more of workspace name, report name, who exported, and a few other properties. Our need is to understand which page/tab and dashlet/grid they exported but from the output details, we can not find them. Any suggestions?

 

 

 

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12

$activities = Get-PowerBIActivityEvent -StartDateTime '2022-07-01T00:00:00' -EndDateTime '2022-07-01T23:59:59' -ActivityType 'ExportReport' | ConvertFrom-Json

$activities[0]

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Base on my research, it does not return the properties about the report page information after executing the command Get-PowerBIActivityEvent xxx.

yingyinr_1-1663223829978.png

You can call the REST API Reports - Get Pages to get the page infomation of the corresponding report by the special report name.

GET https://api.powerbi.com/v1.0/myorg/reports/5b218778-e7a5-4d73-8187-f10824047715

yingyinr_0-1663222391526.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

Base on my research, it does not return the properties about the report page information after executing the command Get-PowerBIActivityEvent xxx.

yingyinr_1-1663223829978.png

You can call the REST API Reports - Get Pages to get the page infomation of the corresponding report by the special report name.

GET https://api.powerbi.com/v1.0/myorg/reports/5b218778-e7a5-4d73-8187-f10824047715

yingyinr_0-1663222391526.png

Best Regards

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

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