- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
R visual data limitations
Hi,
I'm testing to run an R script visual with Power BI. Everything is working fine, but I have a big doubt.
I know that there is a limitation of 150.000 rows per visual, but, what that really means?
The script loads data from .RData files, not from Power BI. I know that some of you will tell me that why I don't just use RStudio, but believe me that it as to be like that.
In my visual my dataset is composed only by measures with
SELECTEDVALUE()
So the script is recalculated depending on the inputs of the user.
So, my question is:
The limitation is going to be a problem because it also afects the .RData files inside my script or no?
I tried to explain it as easy as I could, I hope you understood me.
Thanks in advance !
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey @luxpbi
I just tested and the 150,000 row limitation only limits the number of rows you pass into the R visual through the "Values" well of the visual itself. I just read a csv of 300,000 rows and the R visual is able to consume all of the rows. So if I'm understanding correctly and you are connecting to data through your R visual, you will not have a limitation on the number of records consumed.
Hope this helps,
Parker

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey @luxpbi
I just tested and the 150,000 row limitation only limits the number of rows you pass into the R visual through the "Values" well of the visual itself. I just read a csv of 300,000 rows and the R visual is able to consume all of the rows. So if I'm understanding correctly and you are connecting to data through your R visual, you will not have a limitation on the number of records consumed.
Hope this helps,
Parker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Everything is working fine in desktop.
But I have problem when I upload it to the cloud, the script doen't found the path of the files because they are in local ... obiously.
How can I solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anonymous,
That's just what I needed, I'm going to do the same test you did and if it works i'll accept your answer as accepted.
Thank you very much for your prompt response.
Regards.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
05-14-2024 02:00 AM | |||
06-08-2023 12:01 PM | |||
08-05-2024 12:53 PM | |||
06-20-2024 01:42 PM | |||
06-07-2024 02:17 PM |
User | Count |
---|---|
140 | |
110 | |
81 | |
60 | |
46 |