Forum Discussion

Roman-Korovets's avatar
Roman-Korovets
Frequent Visitor
1 year ago
Solved

Possibility of exceeding value "dataReductionAlgorithm" from capabilities.json

Hi there! I have a limit of "9000" of rows inside capabilitys.json, however some users would like to have much more. Unfortunately, I'm not able to change the value in "capabilitys.json" file.   ...
  • dm-p's avatar
    1 year ago

    Hey Roman-Korovets - sorry, I missed your tag. You can control the window size from the properties pane using the customized data reduction API. Note that the documentation doesn't state this but the example shows the exact object/property names (dataReductionCustomization.rowCountdataReductionCustomization.columnCount) that you must use for this to work in a visual, as they seem to have been reserved by MS for this purpose; you can't put them anywhere in the properties pane. I initially tried using different property names and it didn't work for me that way.

     

    Good luck!

     

    Daniel