The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi I was just curious if I would be able to load data out of PowerBI into python without needing to export a CSV. I know you can load data into PowerBI with python but I wanted to know if you could do the reverse. For example, if I have a report where I've added multiple elements and columns to the data set, I would like to connect what I have in PowerBi to a python script. Any help appreciated!
Solved! Go to Solution.
You can connect to Analysis Services (behind the scenes in Power BI) with Python.
Using Python to Execute DAX Queries in Power BI & SSAS Tabular - Part 1 (antmanbi.com)
Pat
Yes, you can call libraries that you have installed on your local machine (provided you import them) or if you're talking about the Power BI service (online), you can use any of the many libraries they support.
You can connect to Analysis Services (behind the scenes in Power BI) with Python.
Using Python to Execute DAX Queries in Power BI & SSAS Tabular - Part 1 (antmanbi.com)
Pat