Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ironryan77
Kudo Commander
Kudo Commander

R Visual error: Too many values

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.

 

r correlation row limit.jpg

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft Employee
Microsoft Employee

@ironryan77

 

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,

 

 

View solution in original post

1 REPLY 1
v-sihou-msft
Microsoft Employee
Microsoft Employee

@ironryan77

 

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,

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.