Forum Discussion
Python to read and work on Salesforce report
- 5 years ago
Hi JohnnyK
In the Power Query editor you can click on Run Python Script from the Transform section of the Ribbon
You need to have Python installed on your PC for this to work.
Any reason you are using Python for this? Can't you do whatever you need just by using Power Query?
Regards
Phil
Hi JohnnyK
In the Power Query editor you can click on Run Python Script from the Transform section of the Ribbon
You need to have Python installed on your PC for this to work.
Any reason you are using Python for this? Can't you do whatever you need just by using Power Query?
Regards
Phil
- JohnnyK5 years agoAdvocate II
PhilipTreacyHi Philip, thank you for your reply!
The visual I need requires part of pivot table (a few line of pivot table, together with some 'manual' calculated rows) produced from the Salesforce report imported, so I am thinking Python might help in such case.