R scripts for Importing Data in powerBI

0 votes

How to write R scripts for Importing Data in power BI?

Nov 11, 2020 in Power BI by anonymous
• 10,520 points
1,168 views

1 answer to this question.

0 votes

There may be times when you don’t want to import an entire dataset but a portion of it. You can write an R script to only select specific columns or rows from the entire dataset to be loaded into Power BI.

Datasets can also be imported from files. 

click on get data-> Others-> R script->

iris_csv <- read.csv(file="C:/Users/Parul/Desktop/Iris", header=TRUE, sep=",")
answered Nov 11, 2020 by Gitika
• 65,890 points

Related Questions In Power BI

0 votes
0 answers

How can I use R or Python scripts within Power BI for advanced data analysis?

How can I use R or Python ...READ MORE

Oct 14 in Power BI by anonymous
• 2,560 points
34 views
0 votes
0 answers

How can I use R or Python scripts within Power BI for advanced data analysis?

How can I use R or Python ...READ MORE

Oct 22 in Power BI by Evanjalin
• 2,560 points
38 views
0 votes
1 answer

How can I use R or Python scripts within Power BI for advanced data analysis?

You can carry out advanced data analysis ...READ MORE

answered Oct 23 in Power BI by pooja
• 1,220 points
33 views
+1 vote
1 answer

Have column with multiple values in powerBI, for use with a slicer in power bi

It can be achieved depending on the result you ...READ MORE

answered Oct 22, 2018 in Power BI by Hannah
• 18,540 points
7,391 views
0 votes
1 answer

Spell check in PowerBI

Simply navigate to another page and return ...READ MORE

answered Feb 10, 2022 in Power BI by CoolCoder
• 4,420 points
789 views
0 votes
1 answer

Install Power BI Desktop

It’s a pretty simple process. All you ...READ MORE

answered Oct 9, 2018 in Power BI by Kalgi
• 52,350 points
998 views
0 votes
1 answer

Few tips before I start creating Power BI dashboard

It’s always advisable to begin with the data ...READ MORE

answered Oct 9, 2018 in Power BI by Kalgi
• 52,350 points
865 views
0 votes
1 answer

How do I format the KPI in Power BI

format the KPI by selecting the paint ...READ MORE

answered Oct 9, 2018 in Power BI by Kalgi
• 52,350 points
1,211 views
0 votes
1 answer

How to import data model from Excel in PowerBI?

You may try to divide your data ...READ MORE

answered Oct 22, 2020 in Power BI by anonymous
• 65,890 points
1,658 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP