Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am encountering an issue with a stacked column chart in Power BI. Even though my data source only contains 200 rows, I'm still seeing the "i" icon (indicating a data limit issue). My x-axis shows phases, and my y-axis represents indexes (used as the legend to create the stack). I need the columns to be stacked as they currently are, but I'm unsure why this error is occurring with such a small dataset and how to resolve it.
Too Many Unique Categories in the Legend (Indexes)
Even though your dataset is small, if the "Index" column used as the legend has too many unique values, Power BI might struggle to render the stacked chart efficiently.
Aggregation Issue
If your measure used on the Y-axis is not aggregated properly, Power BI might be trying to plot too many individual data points instead of aggregating them into stacks.
Default Data Point Limit on Stacked Charts
Power BI has a default rendering limit of around 3500 data points for visualizations. If your chart is exceeding this due to high cardinality in the legend (Index), it could trigger this warning.
If your Index field has a high number of unique values, try grouping them or creating a summarized version.
You can use binning or categorization to reduce the number of distinct values.
Ensure that the measure on your Y-axis is properly aggregated (e.g., SUM, AVERAGE, COUNT).
You can check this by clicking on the Y-axis measure in the Values section and selecting an appropriate aggregation.
If possible, use a filter to limit the number of unique values displayed in the legend.