Forum Discussion
Getting error when creating KPI
Hello Pragyamishra,
sorry for the late answer, but I had the same issue than you (when change to use dataset instead of pre-filled value), I got an error.
After a large numbers of hours spent to try all solutions provide on internet, I finally found the one :)
error is in fact not on KPI, but when loading datasets.
so, to avoid this, you have to update rsreporterserver.config on server.
Found that section :
<UI>
<ReportServerUrl></ReportServerUrl>
<PageCountMode>Estimate</PageCountMode>
</UI>
and update it like this :
<UI>
<ReportServerUrl>http://YourServerName/ReportServer</ReportServerUrl>
<PageCountMode>Estimate</PageCountMode>
</UI>
that's all, this solution works for me, and now, I can create KPIs.
Hope it will help you.
Regards,