Forum Discussion
R script do run on Power BI Service
Hi naveen_koushal,
Have you installed and configured data gateway on your server? Also check if you have configure the data source in "Manage Gateway" in power bi service.
Regards,
Jimmy Tao
Hi Jimmy,
Thanks for the support!
Could you please more elaborate why do we require data gateway?. My data is already connected with azure sql database. And the error that comes is related to 'ODBC connection failed'.
Appreciate if you elaborate the possible solution.
Regards,
Naveen
- deldersveld7 years agoResident Rockstar
I don't believe you'll be able to setup and use an ODBC connection in Power BI Service.
The gateway is required in general for an R script in Power Query, but it sounds like you have this RODBC connection setup on an R Visual. That wouldn't need a gateway, but again, I don't believe you'll be able to configure ODBC since you don't have access to configure anything in the Service.
- Anonymous7 years agoNot applicable
Thanks Delsdersveld. I thinkg I should test running the dashboard after installing Gateway. I will get back to you with my findings.
Regards,
Naveen
- Anonymous7 years agoNot applicable
Hi Delsdersveld,
When I go to gateway connection tab it says " You don't need gateway for this dataset, because all of its data sources is in the cloud".
What do you suggest? Do I still download gateway? I am not sure if it work.
Regards,
Naveen
- v-yuta-msft7 years agoCommunity Support
Hi naveen_koushal,
Please refer to this similar thread: https://community.powerbi.com/t5/Service/Publishing-R-visual-into-Power-BI-Service-Run-time-error-RODBC/td-p/475079.
Regards,
Jimmy Tao
- Anonymous7 years agoNot applicable
Hi v-yuta-msft,
Thanks for your reply. There is no solution out there in the thread you shared.
Please suggest if you have some solution.
REgards,
Naveen
- Renu7 years agoFrequent Visitor
Hi Naveen,
Were you able to solve this? We are in the same boat as you and trying to figure out the solution. If you solved it can you please share it with us.
Thanks,
Renuka
- Anonymous6 years agoNot applicable
Hi Jimmy,
Is there any work around for this that is passing slicer values as parameters into SQL query avoiding using RODBC? I am currently facing the same issue where I need to pass values from a few different slicers e.g. group by factors, filter factors and filter values. These are must-have functionality for my deliverables and they work perfectly in powerBI desktop when using RODBC but not working at all while publishing it to powerBI service.
Any comments or work arounds are appreciated.
Best regards,
Kevin Zheng