Forum Discussion
Anonymous
3 years agoNot applicable
How to call a method in another class of Python
Hi, I confirmed that I can run a Python script in Power BI Desktop. I have a utility class written in Python and I would like to call methods in the utility class from the Python script in Power ...
amitchandak
3 years agoSuper User
Anonymous , you should be able to import as a class, or better you add the code in Python code in Power bi
- Anonymous3 years agoNot applicable
Hi amitchandak, thank you for your reply!
Since the methods in the utility class will be called by many Python scripts and the methods can be upgrated in futre, I would like to put the utility class in somewhere in Power BI and call it from each Python script by importing it. Is this possible?