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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
t_plusplus
New Member

Limit on the number of values to filter by in a Basic filter of a powerbi embedded report

Is there any limit on the number of 'values' to provide for filtering, when using the 'In' operator; in a basic PowerBI Embedded filter such as this one below?

 

const basicFilter: pbi.models.IBasicFilter = {
$schema: "http://powerbi.com/product/schema#basic",
target: {
table: "Store",
column: "Count"
},
operator: "In",
values: [1,2,3,4] // Is there any limit on the number of values here?
}

It appears that visuals 'fail to display' when the number of items in 'values' is above 1000.

Many thanks in advance.

1 REPLY 1
Eric_Zhang
Employee
Employee

@t_plusplus

I can reproduce the similar issue, when the values contains too many values. As I'm not finding any document about this issue, so not sure if it the limitation or not.

 

I've already raised an issue in the Github. Meanwhile I'm trying to confirm with the product team. I will post back if there comes any update.

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.