Forum Discussion
LiamRall
5 years agoFrequent Visitor
R Script Editor isn't automatically populating the data frame with my values.
Hi there, I am trying to create a custom visual with the R script functionality. I have R installed as well as R studio. When I add my fields to the values pane of the R visual, it does not creat...
LiamRall
5 years agoFrequent Visitor
Hi Pragati11
Thank you for your response!
I can plot things in the script. So if I type plot(1,1) a visual does come up. My problem is that I don't have access to my values because the automatic code is not creating a data.frame for me to use.
I feel like the automatic code should generate something like:
dataset <- data.framed(Year, Quarter, Month, Day, Client Count)
I hope this helps.
Pragati11
5 years agoSuper User
HI LiamRall ,
This feels like a bug to me.
Also I am hoping you are working on the latest Power BI update.
Can you raise a support ticket here for this issue?
https://powerbi.microsoft.com/en-us/support/
Thanks,
Pragati