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.

Reply
g_m_j
Frequent Visitor

Can we extract Page View usage?

Hi all,

 

I've put together a Powershell script which extracts JSON files containing the following fields by default:

 

"Id": "",
"RecordType": ,
"CreationTime": "",
"Operation": "",
"OrganizationId": "",
"UserType": ,
"UserKey": "",
"Workload": "",
"UserId": "",
"ClientIP": "",
"Activity": "",
"ItemName": "",
"WorkSpaceName": "",
"DatasetName": "",
"ReportName": "",
"CapacityId": "",
"CapacityName": "",
"WorkspaceId": "",
"ObjectId": "",
"DatasetId": "",
"ReportId": "",
"ArtifactId": "",
"ArtifactName": "",
"IsSuccess": ,
"ReportType": "",
"RequestId": "",
"ActivityId": "",
"DistributionMethod": "",
"ConsumptionMethod": "",
"ArtifactKind": "",
"RefreshEnforcementPolicy":

 

However, this only gives us reports/dashboards accessed. So if User A loads up a report, it generates a usage record in the JSON extracts. But if User A then loads up multiple pages, this level of detail isn't shown.

 

Is there a way to obtain the Page level/view usage from Powershell/API extracts? If it's not possible, that's fine. I would just like to know either way, so I can stop searching 🙂

 

The data obviously exists somewhere, as page level information is shown when we use the built in 'Report Usage Metrics'.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Not possible at the moment. There were plans for advanced telemetry (down to visual level) but these never materialized.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Not a recommendation because I've not used it but you could try Power BI Pixel by Gil Raviv Power BI Pixel - A new way to track usage on Power BI - DataChant

lbendlin
Super User
Super User

Not possible at the moment. There were plans for advanced telemetry (down to visual level) but these never materialized.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors