what does this mean when I’m using the visualizer?...
# gooddata-cloud
s
what does this mean when I’m using the visualizer?
Copy code
{
  "title": "Bad Request",
  "status": 400,
  "detail": "A result cache error has occurred during the calculation of the result",
  "resultId": "46327248f7fb7e3996043a50bf5dd88c50717009",
  "reason": "The limit for the maximum size of the dimension with metrics was exceeded. Limit: 1_000. Actual: 1_433.",
  "traceId": "a8ab677c3c4658f8864acb47b887e42a"
}
why am I getting this error?
m
Hello Sasha, the limit you're hitting relates to the maximum cardinality of a dimension containing metrics. The maximum size of a non-metric dimension is set to 100,000, as explained in GD Cloud's Limits. However, for dimensions with metrics, the limit is 1000. In most cases, this is the limit for the number of Columns in a visualization (which is where Metrics are displayed by default); but when you Pivot a table to change where the Metrics are displayed. It can also apply to the number of rows instead. It's important to keep that in mind when building the visualizations so that they don't exceed that limitation. Please review the Limits I linked above and let me know if you have any further questions!