Thank you always for your generous help.
I am using Web Service query (Query as Web Service).
My data contains about 10,000 rows...
When I try to link these cells, it says it was reduced to the minimum range.
Now it says 2000 rows only.
So the maximum is only 2000 rows...?
Is there any way to workaround this...?
Thanking you in advance...
Yes the recommended count is 512 but myou may increase it to further as well but if you keep on expanding the dashboard you will start getting VC++ runtime errors while saving the dashboard to platform.
You can use even more than 512 but it if you exceed it then you will have to test it at every stage that if you are able to save it to the platform.In short do all the filtering at the backend and bring only the summarized data in the dashboard.
Dashboard is meant to do the analysis at the summarized level not at the detailed level.
As far as to my knowledge try to bring the row count less than 500, anything above than that will always going to be a performance issue in the longer run. Or try to keep any filters on the row to minimize the row count this might save the row count issue.
Add a comment