The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 |
---|---|
77 | |
77 | |
36 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |