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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
kikofreitas
New Member

Power BI Embedded - Persistent Filters

Hello,

I developed an application for Power BI Embedded (Back-end using Java and Front-end using Angular). Now I need to add persistent filters to the application.

But when activating the "persistentFiltersEnabled" tag and executing the arePersistentFiltersApplied() and savePersistentFilters() methods, the following error is displayed:

{message: 'NotSupported', detailedMessage: 'This feature is supported only for AAD Token.', dialogTitle: 'Invalid Parameters', level: 6}

 

I have already checked the authentication method (MasterUser mode) and the application's permission in Azure.

What can I do or research to try and fix this issue?

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @kikofreitas ,

Could you please specify the embedded analytics solution that you are currently utilizing? According to the following official documentation, it is important to note that persistent filters are supported only for the embed for your organization (user owns data) solution. 

 Enable persistent filters in a Power BI embedded analytics application | Microsoft Learn

Please check if you complete the below steps:


  1. Verify that persistent filters are enabled in the report settings in the Power BI service or desktop.

  2. Verify that your Azure Active Directory (Azure AD) app has UserState.ReadWrite.All permissions.


Best Regards

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

View solution in original post

1 REPLY 1
v-yiruan-msft
Community Support
Community Support

Hi @kikofreitas ,

Could you please specify the embedded analytics solution that you are currently utilizing? According to the following official documentation, it is important to note that persistent filters are supported only for the embed for your organization (user owns data) solution. 

 Enable persistent filters in a Power BI embedded analytics application | Microsoft Learn

Please check if you complete the below steps:


  1. Verify that persistent filters are enabled in the report settings in the Power BI service or desktop.

  2. Verify that your Azure Active Directory (Azure AD) app has UserState.ReadWrite.All permissions.


Best Regards

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.