<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scheduled Refresh and Python script for data transformation in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773380#M11362</link>
    <description>&lt;P&gt;Python scripts and visuals are not supported on Power BI Report Server.&amp;nbsp; You can develop those components within PBI Desktop, but that is all you can accomplish at the moment.&amp;nbsp; For Python support, you'll need to move your report into the cloud.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 16:36:47 GMT</pubDate>
    <dc:creator>pdbenbow</dc:creator>
    <dc:date>2019-08-22T16:36:47Z</dc:date>
    <item>
      <title>Scheduled Refresh and Python script for data transformation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/771174#M11340</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a report that uses Python script to add new column on my existing dataset.&lt;/P&gt;&lt;PRE&gt;import pandas as pd
dataset["TEST"] = 1&lt;/PRE&gt;&lt;P&gt;When i refresh data in Desktop, everything is ok, but when i upload report on my Reporting Server and set scheduled refresh it didn't worsk, i got this error:&lt;/P&gt;&lt;PRE&gt;The import Python.Execute matches no exports. Did you miss a module reference?. The exception was raised by the IDbCommand interface&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;And status of my schedule:&lt;/P&gt;&lt;PRE&gt;Data source error: Login failed for data source ‘Unknown’.&lt;/PRE&gt;&lt;P&gt;I have installed Python on my server, when I refresh report in Desktop on my server it works fine. That happens with any simple Python script.&lt;/P&gt;&lt;P&gt;Can someone help me with that issue?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:09:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/771174#M11340</guid>
      <dc:creator>oazk</dc:creator>
      <dc:date>2019-08-20T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh and Python script for data transformation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773380#M11362</link>
      <description>&lt;P&gt;Python scripts and visuals are not supported on Power BI Report Server.&amp;nbsp; You can develop those components within PBI Desktop, but that is all you can accomplish at the moment.&amp;nbsp; For Python support, you'll need to move your report into the cloud.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:36:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773380#M11362</guid>
      <dc:creator>pdbenbow</dc:creator>
      <dc:date>2019-08-22T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh and Python script for data transformation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773387#M11363</link>
      <description>Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;R scripts and visuals on PBI RS are not supported too?&lt;BR /&gt;Does Microsoft provide to introduce Python Scripts / R Scripts to transform data on Reporting Server in the future?</description>
      <pubDate>Thu, 22 Aug 2019 16:44:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773387#M11363</guid>
      <dc:creator>oazk</dc:creator>
      <dc:date>2019-08-22T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh and Python script for data transformation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773392#M11364</link>
      <description>&lt;P&gt;Correct, R scripts and visuals are NOT supported in Power BI Report Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link:&amp;nbsp;&lt;A title="" href="https://docs.microsoft.com/en-us/power-bi/report-server/compare-report-server-service" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.microsoft.com/en-us/power-bi/report-server/compare-report-server-service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft currently does not plan to introduce R scripts for report server:&amp;nbsp;&lt;A title="" href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/31910464-r-visuals-in-report-server" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/31910464-r-visuals-in-report-serv...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whether they plan to introduce Python or not, I do not know. There has not been much transparency regarding what features will be included in the January/May/September releases of PBIRS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find all this very disappointing, as I'm sure you do too, but I'll admit that I don't have much familiarity with the architectural challenges they would need to overcome in order to provide support for these components.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:49:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/773392#M11364</guid>
      <dc:creator>pdbenbow</dc:creator>
      <dc:date>2019-08-22T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh and Python script for data transformation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/1312919#M15663</link>
      <description>&lt;P&gt;This is highly discouraging.&amp;nbsp; Very bad, Microsoft!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 01:44:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-and-Python-script-for-data-transformation/m-p/1312919#M15663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-21T01:44:43Z</dc:date>
    </item>
  </channel>
</rss>

