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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Get activityevents - Filter out ExportActivityEvents

Hello,

 

I'm using the Power BI ActivityEvents Rest API to fetch audit events from my platform and I'd like to filter out the ExportActivityEvents. Is it possible to do it directly with the request GET https://api.powerbi.com/v1.0/myorg/admin/activityevents ?

 

If not, can I specify multiple Activities to filter the events I need ? I tried this filter without success $filter=Activity eq 'ViewDashBoard,ViewUsageMetrics' .
Looking at the documentation it seems that you can only filter by one Activity.

 

Thanks,

Simon.

3 REPLIES 3
nlevine
Regular Visitor

Did anyone get a resolution, if I try $filter=Activity eq 'EditReport' or Activity eq 'CreateReport' I get "'Or' is not allowed. To allow it, set the 'AllowedLogicalOperators' property on EnableQueryAttribute or QueryValidationSettings"

 

Anonymous
Not applicable

Hi @v-lionel-msft 

 

Thanks for your reply.

 

I've tried to use the or operator but it seems that it is not supported by the API.

I got a 400 with this error message:

"Logical operator 'Or' is not allowed. To allow it, set the 'AllowedLogicalOperators' property on EnableQueryAttribute or QueryValidationSettings."

 

Best regards,

Simon. 

v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

v-lionel-msft_0-1617607288092.png

Operations available in the audit and activity logs 

 

"Is it possible to do it directly with the request GET"

This should not be possible, you may try this.

$filter=Activity eq 'ExportDataflow' or Activity eq 'ExportReport' or Activity eq 'ExportTile' .

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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.