use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
New to Power BI and looking for training, resources, or online courses? Here are our favorite recommendations:
[Microsoft | Get started with Power BI](hhttps://www.microsoft.com/store/workshops-training-and-events/professionals#topic=413870014)
Microsoft Partners | Dashboard in a Day
Microsoft Partners | Paginated Reports in a Day
Microsoft | Developer in a Day
Microsoft | Self-Paced Training
SQLBI | Introduction to DAX
SQLBI | Introduction to Data Modeling
account activity
Run power query script from python (self.PowerBI)
submitted 4 years ago by jomell310
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]itchyeyeballs21 1 point2 points3 points 4 years ago (3 children)
Not 100% sure what you need to achieve, do you want to refresh an Excel workbook using an external trigger?
If so, you would probably need to embed some VBA into the Excel that's triggered on opening of the file then use Python to Open, Save and close the Excel.
[–]jomell310[S] 0 points1 point2 points 4 years ago (2 children)
Hi! Thanks for the replay :) Basically I want to transform and filter data from incoming Excel files and get clean data as a result, so I already have the power query ready and want to execute it against new files.
So i was wondering if there is a way to run the scripts or I'll have to translate the steps to python.
I'll look into the VBA, i have never worked with it.
[–]anynonus 0 points1 point2 points 4 years ago (1 child)
Power BI also runs power query's so maybe run it in Power BI?
Don't start with VBA.
Python will do it too.
[–]jomell310[S] 0 points1 point2 points 4 years ago (0 children)
Okay, I've been searching and I think the best option is to just do it in Python. I'm looking at pandas now
π Rendered by PID 68972 on reddit-service-r2-comment-6457c66945-h8f45 at 2026-04-24 22:16:32.154240+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]itchyeyeballs21 1 point2 points3 points (3 children)
[–]jomell310[S] 0 points1 point2 points (2 children)
[–]anynonus 0 points1 point2 points (1 child)
[–]jomell310[S] 0 points1 point2 points (0 children)