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 right, how can I handle this in power bi?Because I couldn't find any way.
Thanks.
6 Replies
- AnonymousNot applicableIn Power BI Desktop, select File > Options and settings > Options > Python scripting. The Python script options page appears. If necessary, specify your local Python installation path in Detected Python home directories. Select OK.
- Greg_DecklerCommunity ChampionLike a custom module?
- AnonymousNot applicable
Yes Greg_Deckler it's a module.
- Greg_DecklerCommunity 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.
- amitchandakSuper User
Anonymous ,
Refer if this can help https://towardsdatascience.com/using-python-in-power-bi-ee95a6b71443
- AnonymousNot applicable
Thank you amitchandak but I have already implemented my python code like in the article you've referred.
I want to use more complex code structure.