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
amitsangal78
Frequent Visitor

I am creating the custom visual for powerBi and facing problem of 30000 limit.

I am working on custom visual of venn diagram because it is not provided by powerBi itself. But Facing Issue because of my data have 1 million rows and I am getting only 30000(maximum). Because of this limitation my visual is always rendering wrong.

Is I am doing somthing wrong in capabilities json please have a look below. Please help I am struck badly.

{
"dataRoles": [
{
"displayName": "SetA Data",
"name": "setA",
"kind": "Grouping"
},
{
"displayName": "SetB Data",
"name": "setB",
"kind": "Grouping"
},
{
"displayName": "Criteria Data",
"name": "criteria",
"kind": "Grouping"
}
],
"dataViewMappings": [
{
"categorical": {
"categories": {
"select": [
{ "for": { "in": "setA" } },
{ "for": { "in": "setB" } },
{ "for": { "in": "criteria" } }
],
"dataReductionAlgorithm": {
"top": {
"count": 100000
}
}
}
}
}
]
}

Thanks for any kind of help in advance.

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

@amitsangal78,

 

As mentioned here, you can modify the 'count' value to any integer value up to 30000. R-based custom visuals can support up to 150000 rows.

Community Support Team _ Sam Zha
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

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@amitsangal78,

 

As mentioned here, you can modify the 'count' value to any integer value up to 30000. R-based custom visuals can support up to 150000 rows.

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

@v-chuncz-msft

 

Thanks for your help.

 

But I am using d3.js for creating custom visuals for PowerBi. Is there any work around for these type of custom visuals.

@amitsangal78,

 

So far, no way available yet.

https://github.com/Microsoft/PowerBI-visuals/issues/209

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

@v-chuncz-msft

 

Thanks for help.

 

Is there any other work around using dax or using filters.

 

 

@amitsangal78,

 

Anyway, you may try to reduce the loaded dataPoints.

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

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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