Skip to main content

Power BI

Under Review

Provide enterprise gateway support for power bi python scripting

Vote (1408) Share
Tom's profile image

Tom on 24 May 2019 02:18:36

Provide enterprise gateway support for python scripting - currently only personal gateways are supported

Administrator on 01 Apr 2024 05:48:32

Fabric will have better support for this and will be a better choice

Comments (147)
Tom's profile image Profile Picture

James Arthur on 14 Jun 2023 11:39:02

RE: Provide enterprise gateway support for power bi python scripting

Please help with this

Tom's profile image Profile Picture

Karolina Kręciszewska on 29 May 2023 11:45:18

RE: Provide enterprise gateway support for power bi python scripting

Any updates? After so many years still only Personal Mode of Data Gateway can be used?

Tom's profile image Profile Picture

Michel Metran da Silva on 15 May 2023 20:24:26

RE: Provide enterprise gateway support for power bi python scripting

I'm using PowerBI in the company due to institutional policy.I have experience with Plotly-Dash and it does much more than PowerBI can imagine... When I saw the possibility of using Python in PowerBI, I adjusted several data with PowerQuery, consumed data and when publishing and updating, I discovered that the Gateway On Premisse does not update!!!This is not impressive! Reminds me of why I delved into open source products years ago...

Tom's profile image Profile Picture

Dylan Taylor on 12 May 2023 13:42:19

RE: Provide enterprise gateway support for power bi python scripting

I am really disappointed to see this not supported. It's a feature that would allow us to use Python to directly query APIs and retrieve data.

Tom's profile image Profile Picture

Faissal BROUZI on 12 Apr 2023 08:00:27

RE: Provide enterprise gateway support for power bi python scripting

This is a need for more advanced analytics.

Tom's profile image Profile Picture

Brian Rafferty on 25 Mar 2023 07:45:01

RE: Provide enterprise gateway support for power bi python scripting

Microsoft needs to add this feature to its roadmap! If enterprise gateways began supporting Python scripting then I could drastically improve the performance of my organization's Power BI Apps, dashboards, and datasets. Some of my organization's master datasets take far too long to refresh and use up valuable CPU resources, but if I could incorporate state-of-the-art Python libraries such as NumPy and Pandas then Power BI would allow vectorized data transformations and drastically improve dataset refresh runtimes and Workspace App page load times.

Tom's profile image Profile Picture

Don Eisele on 01 Mar 2023 17:12:27

RE: Provide enterprise gateway support for power bi python scripting

How can a product be considered "enterprise" if the personal version does more?

Tom's profile image Profile Picture

Marcelo Sequeiros on 08 Feb 2023 12:00:01

RE: Provide enterprise gateway support for power bi python scripting

In my humble opinion, give this kind of support inside Python might be something hard to develop, because it involves the architecture. But the solution might be simple, if considering another perspective, that would also solve other kind of issues. Consider a query on Power Query Editor interface can use another query DATA when configuring the SOURCE, in a way I can CASCADE queries using their data to build other queries... Now Python support doesn't need any change. You could have a first query to bring the RAW data, then you run Python to transform that Data and generate a DataFrame, then you have another query that can refer to data on that first query, like as you would adding parameters dynamically to a SQL Server Query, that might also execute some Script, and so on.The power would be unlimited... Consider for example, during the first query, your python script generates as DataFrame the sql server query, that your second query should execute. Now your second query, on advanced parameters, where you can write the sql server query, could refer to that query on the DataFrame from previous query, and just execute it with the DataSource configured in the way you need.-- Today, to solve my problems, I run external jobs with Python, to generate that data on tables, so Power BI can ingest that data already processed. And it involves the purchase of COMPUTE resources to execute it. The QUERY CASCADE should solve many GAPs.

Tom's profile image Profile Picture

Joaquin Bona San Vicente on 02 Feb 2023 17:48:26

RE: Provide enterprise gateway support for power bi python scripting

Is it really a need, I don't know why MS takes toooo much time to hear us.

Tom's profile image Profile Picture

WOJCIECH MOKRY on 24 Jan 2023 12:29:57

RE: Provide enterprise gateway support for power bi python scripting

Enterprise gateway support for Python scripting is MUST HAVE (considering PowerBI as a TOOL not just a TOY)