Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
I think it is possible to filter out unnecessary data.
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!