<?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 Python and Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Python-and-Power-BI/m-p/4022077#M53886</link>
    <description>&lt;P&gt;I will transform invoice data inside powerBI to then analyze this. The invoices have several sections to show where the sums in the total amount come from. When I try to retrieve the invoice data, powerBI only manages to retrieve the bottom line with the KID number, but not the total amount or the various subtotals. My idea was to use python to clean up the invoice and create a format that powerBI can read, so that all the data comes with it. But here I need your help, how do I do this? Since I am a summer student in a company, I have limited access and am unable to connect vscode to powerBI. How should I transform the documents?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 06:57:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-03T06:57:58Z</dc:date>
    <item>
      <title>Python and Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-and-Power-BI/m-p/4022077#M53886</link>
      <description>&lt;P&gt;I will transform invoice data inside powerBI to then analyze this. The invoices have several sections to show where the sums in the total amount come from. When I try to retrieve the invoice data, powerBI only manages to retrieve the bottom line with the KID number, but not the total amount or the various subtotals. My idea was to use python to clean up the invoice and create a format that powerBI can read, so that all the data comes with it. But here I need your help, how do I do this? Since I am a summer student in a company, I have limited access and am unable to connect vscode to powerBI. How should I transform the documents?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 06:57:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-and-Power-BI/m-p/4022077#M53886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-03T06:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python and Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-and-Power-BI/m-p/4024233#M53902</link>
      <description>&lt;P&gt;Hi&amp;nbsp; @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can perform data cleansing and perform advanced data shaping and analysis on a dataset using Python directly from within the Power Query editor in Power BI Desktop.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;import pandas as pd
completedData = dataset.fillna(method='backfill', inplace=False)
dataset["completedValues"] = completedData["SMI missing values"]&lt;/LI-CODE&gt;
&lt;P&gt;You can find the procedure and related restrictions in the official documentation below, hopefully it will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-in-query-editor" target="_blank"&gt;Use Python in Power BI Power Query Editor - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is the related document, you can view this content:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/60848124/power-bi-how-to-process-clean-string-data-using-python" target="_blank"&gt;powerbi - Power BI: How to process/clean string data using Python? - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/51947441/power-bi-how-to-use-python-with-multiple-tables-in-the-power-query-editor/51947461#51947461" target="_blank"&gt;https://stackoverflow.com/questions/51947441/power-bi-how-to-use-python-with-multiple-tables-in-the-power-query-editor/51947461#51947461&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/58457137/how-to-make-a-reproducible-data-sample-in-powerbi-using-python" target="_blank"&gt;random - How to make a reproducible data sample in PowerBI using Python? - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 06:01:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-and-Power-BI/m-p/4024233#M53902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-04T06:01:08Z</dc:date>
    </item>
  </channel>
</rss>

