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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.