Forum Discussion
Ayush_tiwari08
5 years agoHelper I
Power Bi Imported dataset is not working with R scripts showing error that object "Column" not found
Hello Everyone i need help urgently I have imported an excel file in power bi now i wanted to visualize using R so when i started working with R i am geeting an error that (object "Column" not foun...
- 5 years ago
Well i have solved the problem See the below Screenshot code in R script editor all you have to do is Comment the dataset variable in the editor by default it comes commented but i had uncommented it that's why i saw that error. now see after runnig that code i got output.
amitchandak
5 years agoSuper User
Ayush_tiwari08 , As R is case sensitive I has doubt xlab and ylab, which uses sales not Sales. profit, not Profit.
But this error is even before it. Still change those and check
- Ayush_tiwari085 years agoHelper I
These are just label titles these parameters doesn't matter and i did changed them but still there is the same error.