Forum Discussion
miguelcasi
5 years agoHelper I
Ask the user for data from an R script in Power Query
Good morning, everybody. I have the following R code that I run for "Get Data" in Power Query (before working with Power BI Desktop): ... username <- readline(prompt = "username = ") ; password <- ...
amitchandak
5 years agoSuper User
miguelcasi , Have you already checked this document ?
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-r-in-query-editor
miguelcasi
5 years agoHelper I
Yes, I have done it. What I'm asking is to take input from user in an R script in Power Query. What you have sent is the step to execute an R Script in Power Query. Thanks.