Forum Discussion
Excel sheet from R to Power Bi
Hi Everyone,
I have these two lines on R but when I put ir on powerBi if I send the file to another user he can't open it because it is linked to my laptop :
train <- data.frame(read_excel("C:\\Users\\naomidell001\\Downloads\\Train.xlsx"))
test <- data.frame(read_excel("C:\\Users\\naomidell001\\Downloads\\Test.xlsx"))
How can I do to replace this by the data I uploaded in PowerBi so that anyone who opens it from a different laptop can see it.
Thank you in advance for your help !
Naomi
Anonymous Import that data into tables in Power BI Desktop and then create an R visual. Then drag the data fields you want into the visual.
1 Reply
- Greg_DecklerCommunity Champion
Anonymous Import that data into tables in Power BI Desktop and then create an R visual. Then drag the data fields you want into the visual.