Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am using an R Visual to display a correlation chart and I'm getting this error:
Too many values. Not showing all data. Filter the data or choose another field.
The R script that creates this correlation chart is using corrplot. This error only appears when I have not selected enough filters, reducing the total number of rows that the calculations are made on. This correlation matrix never grows larger than 5x5, so I don't think this error is referring to thte size limit on post-processed data.
So what is the row limit on the source data fed into R scripts? From what I understand, 150k is still the row limit on post-processed data for R visuals.
Solved! Go to Solution.
As mentioned in document:
Data size limitations – data used by the R visual for plotting is limited to 150,000 rows. If more than 150,000 rows are selected, only the top 150,000 rows are used and a message is displayed on the image.
This is the limitation on the data "used by" R visual. Even your visual never grow larger than 5*5, it consumes more than 150K rows data to do aggregation and calculation so that it can return your the data in 5*5 chart. So once your put a fields with more than 150K rows, please always apply a filter.
Regards,
As mentioned in document:
Data size limitations – data used by the R visual for plotting is limited to 150,000 rows. If more than 150,000 rows are selected, only the top 150,000 rows are used and a message is displayed on the image.
This is the limitation on the data "used by" R visual. Even your visual never grow larger than 5*5, it consumes more than 150K rows data to do aggregation and calculation so that it can return your the data in 5*5 chart. So once your put a fields with more than 150K rows, please always apply a filter.
Regards,
User | Count |
---|---|
76 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |