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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ironryan77
Advocate II
Advocate II

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
Employee
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
Employee
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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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