Forum Discussion
R Limitations
- 9 years ago
Hi Anonymous,
R visuals in Power BI Desktop has a few limitations:
-
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.
Considering this limitation which is the limit on all R-scripts at the moment on Power BI Desktop(For example, in your program above, the nrow(dataset) will always return 150000 when the dataset is more than 150,000 rows.), I don't think it is possible to break this limitation currently. :smileyhappy:
Regards
-
Hi Anonymous,
R visuals in Power BI Desktop has a few limitations:
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.
Considering this limitation which is the limit on all R-scripts at the moment on Power BI Desktop(For example, in your program above, the nrow(dataset) will always return 150000 when the dataset is more than 150,000 rows.), I don't think it is possible to break this limitation currently. :smileyhappy:
Regards
- Anonymous9 years agoNot applicable
Thank you very much.
It is a really big problem for us now....
I hope it will be solved soon. At least the export to csv should not have limit
- BeardyGeorge9 years agoAdvocate I
it's worth saying that you don't have to use Power BI to be your R environment, you can just use R-studio and you'll probably be fine.