This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have installed the Script R, but when i try to execute a visual (funnel plot) with Script R, it not works. There is a message saying that "The package 'XML' was not installed". What can I do to fix it?
Thank you
Solved! Go to Solution.
Powerbi normally ask to install pacakges needed. If this doesn't work you can install then in R first.
Open R or R Studio and either use the install packages menu (or in r studio the pacakges panel or enter
install.packages("XML")It will prompt for a server to get the package from.
This loads the library and will error if the package has not been installed.
library("XML")
Hi @yasminjsc,
Please have a look at the below mentioned URL. I think this is what you are looking for.
Regards,
Atish
Powerbi normally ask to install pacakges needed. If this doesn't work you can install then in R first.
Open R or R Studio and either use the install packages menu (or in r studio the pacakges panel or enter
install.packages("XML")It will prompt for a server to get the package from.
This loads the library and will error if the package has not been installed.
library("XML")
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 22 | |
| 19 | |
| 19 |