Forum Discussion
Text Filter is limited to 1000 values exactly
MiraNi use this
"dataReductionAlgorithm": {
"top": {
"count": 2000
}
}
the max limite is 30 000 datapoint see this link Data Reduction Algorithm section at the end
Thanks for tip but how can I start using that algorithm? Where can I make changes for capabilities.json? I am not familiar with that yet.
- Anonymous7 years agoNot applicable
MiraNi wrote:Thanks for tip but how can I start using that algorithm? Where can I make changes for capabilities.json? I am not familiar with that yet.
The Data Reduction Algorithm goes into the datatviewmappings. in addition, you must refer to the fields on which the data reduction algorithm will apply. look at the picture below. Where I drew the blue line, is the name of the field on which the datareduction is going to be applied. if you still do not understant i invite you to look again at the examples here- MiraNi7 years agoAdvocate IV
Thank you for details but where and how can I find the file and open it to be able to edit it?
- Anonymous7 years agoNot applicable
Hi MiraNi ,
when you create a visual using the powerbi-visuals-tools you should have a folder containing all the visual files Here is an example of how to create a visual. Just open the folder in Visual studio code or visual studio and there you should see the file capability Json and just click on it to open.