Forum Discussion
Twister8
Helper II
9 years agoAlternative to data points more that 3500
Hi everybody, The limit of data points in power bi is 3500, someone know one alternative for work with scenario? Tks
Lizardous
9 years agoFrequent Visitor
there is a way,
Building a custom visual will allow you to set any number as a limit.
The solution to this problem is to specify a count of values that you want to show in your Visual.
this is possible by going into the capabilities and setting the 'count' property of the datareduction algorithm to whatever you want. We tried this with 100.000 and it worked fine, albeit a tad slower than usual.
It will affect performance, but otherwise it will work.
mclasson
9 years agoNew Member
Hi. Did you check the length of your array? I've tried matrix, table and categorical. No matter what it is capped at 30000 points.
What does you capabilities.json look like?
Thanks
- Phil_Seamark9 years ago
Microsoft Employee
Here is a blog that touches on exactly the question you raise.
I hope it helps