Forum Discussion
Anonymous
6 years agoNot applicable
Working with Python Classes in Power BI
Hi, I have a class which I've written it for time series forecasting in python. But I think I cannot use it in Power BI like in Python? I just want to confirm is this right or not? If it's not rig...
Greg_Deckler
6 years agoCommunity Champion
Like a custom module?
Anonymous
6 years agoNot applicable
Yes Greg_Deckler it's a module.
- Greg_Deckler6 years agoCommunity ChampionOK, you should be able to use it in Desktop if you install the module in the right place. However, you will not be about to use the Service's cloud gateway for automatic refresh because it will not have the module. But, you should in theory be able to use a data gateway with Python and the module installed properly.