<?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: Python LibrarIes in PBI Query in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Python-LibrarIes-in-PBI-Query/m-p/1100140#M23790</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/232215"&gt;@Jaruisenor&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Yes, this is a known limitation of using python visuals.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For security reasons, power bi service only supports general libraries and it will block some advanced operation(such as invoke external resource or access to specific website)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-power-bi-security#data-storage-security" target="_self"&gt;Power BI Security#data-storage-security&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For your scenario, you can consider package these steps as bridge web service/API to use web connector get result data instead of do these operations within a python script. (power bi service security trace operations from internal contents but it does not check the external operations that out of power bi)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 08:35:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-21T08:35:23Z</dc:date>
    <item>
      <title>Python LibrarIes in PBI Query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-LibrarIes-in-PBI-Query/m-p/1097179#M23765</link>
      <description>&lt;P&gt;Hi! so I am using an API Wrapper for the CRM called pipedrive in order to use the Power Query in Power BI to import a customed table (panda dataframe). This information cannot be retrieved using the REST API from pipedrive so I have to resort to use Python Scripting within the Power Query (which has worked before to call for POST requests in REST API).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that in order to use this pipedrive library (API Wrapper) to obtain and retrieve information from the software and more specifically the user account, I need to do a pip install inside the enviroment (which I did and works). I am able to construct the dataframe with no problem with a jupyter notebook using the Anaconda enviroment. When it comes to use the code in the 'Get Data' with Python scripting I am having an ADO error saying it doesnt recognize the 'pipedrive' module as I have to use 'import pipedrive.client' in order to use the library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI Python integration has no big problem using classic libraries such as numpy, pandas, etc but when it comed to use other more non conventional libraries It appears to have problems. Eventhough the library is correctly installed in my enviroment Power BI doesnt let me use it inside the scripting to get my information. Any help or ideas would be very much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 02:53:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-LibrarIes-in-PBI-Query/m-p/1097179#M23765</guid>
      <dc:creator>Jaruisenor</dc:creator>
      <dc:date>2020-05-20T02:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Python LibrarIes in PBI Query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-LibrarIes-in-PBI-Query/m-p/1100140#M23790</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/232215"&gt;@Jaruisenor&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Yes, this is a known limitation of using python visuals.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For security reasons, power bi service only supports general libraries and it will block some advanced operation(such as invoke external resource or access to specific website)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-power-bi-security#data-storage-security" target="_self"&gt;Power BI Security#data-storage-security&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For your scenario, you can consider package these steps as bridge web service/API to use web connector get result data instead of do these operations within a python script. (power bi service security trace operations from internal contents but it does not check the external operations that out of power bi)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 08:35:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-LibrarIes-in-PBI-Query/m-p/1100140#M23790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T08:35:23Z</dc:date>
    </item>
  </channel>
</rss>

