4 Solving Common Issues When Using Python and R in Power BI
Join our book community on Discord
https://packt.link/EarlyAccessCommunity
Sometimes you may run into some problems that are quite common for those developing solutions in Power BI using Python and R. This chapter systematically addresses those most common problem cases by providing the most appropriate solutions to each of them.This chapter will cover the following topics:
- Avoiding the ADO.NET error when running a Python script in Power BI
- Avoiding the Formula.Firewall error
- Using multiple datasets in one Python and R script step
- Dealing with dates/times in Python and R script steps
Technical Requirements
This chapter requires you to have a working internet connection and Power BI Desktop already installed on your machine (we used the version 2.112.603.0 64-bit, December 2022).
Avoiding the ADO.NET error when running a Python script in Power BI
We assume you have followed the steps in Chapter 3, Configuring Python with...