I am facing problems while analyzing KPIs with large data. How can I solve this problem?
There can be problems while analyzing KPIs with large data because the KPI has to pre-load and read the object containing such large number of filter values. Alternatively you can select these filter values on the fly whenever you access the KPI instead of saving these filter values at the time of publishing the KPI. If you face difficulty to select such large filter values each time during KPI access, you can get these filters saved in a csv file and try and import it into the KPI whenever needed. This should be the best option whenever you intend to analyze the KPI containing large number of filter values.