Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 18041

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

$
0
0

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.


Viewing all articles
Browse latest Browse all 18041

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>