<?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: Github PowerBi connector - JSON error in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4151147#M55272</link>
    <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Hi,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/341583"&gt;@ferryv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Thank you for your prompt response. Your suggested approach is indeed a good alternative.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;However, based on the new information you provided, we suspect there might be an issue with the processing in Power Query. Here are two recommendations:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt;First, we suggest using the Json.Document() function to convert the binary output of the Web.Contents() function to JSON. This aligns more closely with the official examples, as we cannot rule out errors caused by Text.FromBinary(). For details, please refer to the following documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1726388133307.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1167718iB43670876B0E2BC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1726388133307.png" alt="vlinyulumsft_0-1726388133307.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/web-contents" target="_blank"&gt;&lt;SPAN&gt;Web.Contents - PowerQuery M | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/json-document" target="_blank"&gt;&lt;SPAN&gt;Json.Document - PowerQuery M | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt;Second, you can use the Try syntax to debug each step of your Power Query process: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;For details, please refer to the following documentation:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/error-handling#use-try-with-custom-logic" target="_blank"&gt;https://learn.microsoft.com/en-us/power-query/error-handling#use-try-with-custom-logic&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I hope my answer is helpful to you.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Sep 2024 08:15:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-15T08:15:51Z</dc:date>
    <item>
      <title>Github PowerBi connector - JSON error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4145165#M55216</link>
      <description>&lt;P&gt;When connecting to the raw data in github via the Github Connector (I have e.g. a function in the repo that I want to use to process information, like e.g. expnding all columns), I get a JSON error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like the function is attempting to output a JSON document, but since the rawdata itself might have a comment in it, like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/*&lt;BR /&gt;Some comments&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;(previousStep as table)=&amp;gt;&amp;nbsp;&lt;BR /&gt;...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The JSON document returned comes up with an erorr that there are unknown characters (likely due to the comments as it references a "/" on position 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I can get the data via Web.Contents fine (don't get errors in Desktop and using Expression.Evaluate allows me to use the function), the issue I am having is that while I can connect via OAuth to the repo via the Github connector, the Web.Contents authentication does not appear to allow OAuth connection, but requires e.g. a PAT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A subsequent issue via Web.Contents is that any subsequent API call (e.g. to JIRA) will not refresh once published as an error comes up stating:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Unable to combine data] .... references other queries or steps, so it may not directly access a data source. Please rebuild this data combination..&lt;/STRONG&gt;&amp;nbsp;Which I am trying to resolve and I want to check if the Github connector resolves this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone advise if it is possible to somehow strip or ignore the comments then invoking the step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;For example, the Github steps would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;let &lt;BR /&gt;Connect = Github.Tables("&amp;lt;owner&amp;gt;", "&amp;lt;repo&amp;gt;"){[Key="contents"]}[Data], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Source =Connect( "https://raw.githubusercontent.com/&amp;lt;owner&amp;gt;/&amp;lt;repo&amp;gt;/main/&amp;lt;filename&amp;gt;.pq" )&lt;BR /&gt;&lt;/SPAN&gt;in Source&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;where &amp;lt;filename&amp;gt; is the file containing the function with the comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using Web.Contents, similar output would be achieved via&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Text.FromBinary(Web.Contents("&lt;SPAN&gt;https://raw.githubusercontent.com/&amp;lt;owner&amp;gt;/&amp;lt;repo&amp;gt;/main/&amp;lt;filename&amp;gt;.pq"&lt;/SPAN&gt;))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 14:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4145165#M55216</guid>
      <dc:creator>ferryv</dc:creator>
      <dc:date>2024-09-11T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Github PowerBi connector - JSON error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4146717#M55226</link>
      <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Hi,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/341583"&gt;@ferryv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt;Firstly, regarding your GitHub connector, it is still in the development stage, so there are some issues at present. You may encounter warnings when using the GitHub connection:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1726130480879.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1166454i12D522A6089BD849/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1726130480879.png" alt="vlinyulumsft_0-1726130480879.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt;Secondly, concerning the error you mentioned, “references other queries or steps, so it may not directly access a data source,” you can try merging multiple queries into one. Here is a screenshot of the relevant response:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_1-1726130480890.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1166455i122039E1396B75DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_1-1726130480890.png" alt="vlinyulumsft_1-1726130480890.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Query-references-other-queries-or-steps-so-it-may-not-directly/td-p/2836287/page/2" target="_blank"&gt;&lt;SPAN&gt;Solved: Query references other queries or steps, so it may... - Page 2 - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;You can also try ignoring the privacy levels:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://blog.crossjoin.co.uk/tag/formula-firewall/" target="_blank"&gt;Chris Webb's BI Blog: formula firewall (crossjoin.co.uk)&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/desktop-privacy-levels" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/enterprise/desktop-privacy-levels&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt;Lastly, regarding the issue of “removing or ignoring comments and then invoking the step,” you can try creating a notebook in Lakehouse and then use the json.loads() function in Python to parse the JSON data&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_2-1726130508452.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1166457iCF0989FED8ACE5AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_2-1726130508452.png" alt="vlinyulumsft_2-1726130508452.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_3-1726130508454.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1166456i23DD5EEBD0F3F43B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_3-1726130508454.png" alt="vlinyulumsft_3-1726130508454.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-data-gateways#personal-gateway" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-data-gateways#personal-gateway&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Of course, if you have any new ideas, you are welcome to contact us.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 08:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4146717#M55226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-12T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Github PowerBi connector - JSON error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4146724#M55227</link>
      <description>&lt;P&gt;Thanks. I also found that it is not just comments causing the JSON error. When removing them from github, I still get the error but with the open bracket "(". I am just continue to try to make it work with Web.Contents and if I can't get that to work I will likely end up copying the function in directly (which does work, but means the management in github is no longer viable)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 08:49:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4146724#M55227</guid>
      <dc:creator>ferryv</dc:creator>
      <dc:date>2024-09-12T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Github PowerBi connector - JSON error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4151147#M55272</link>
      <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Hi,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/341583"&gt;@ferryv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Thank you for your prompt response. Your suggested approach is indeed a good alternative.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;However, based on the new information you provided, we suspect there might be an issue with the processing in Power Query. Here are two recommendations:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt;First, we suggest using the Json.Document() function to convert the binary output of the Web.Contents() function to JSON. This aligns more closely with the official examples, as we cannot rule out errors caused by Text.FromBinary(). For details, please refer to the following documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1726388133307.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1167718iB43670876B0E2BC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1726388133307.png" alt="vlinyulumsft_0-1726388133307.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/web-contents" target="_blank"&gt;&lt;SPAN&gt;Web.Contents - PowerQuery M | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/json-document" target="_blank"&gt;&lt;SPAN&gt;Json.Document - PowerQuery M | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt;Second, you can use the Try syntax to debug each step of your Power Query process: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;For details, please refer to the following documentation:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/error-handling#use-try-with-custom-logic" target="_blank"&gt;https://learn.microsoft.com/en-us/power-query/error-handling#use-try-with-custom-logic&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I hope my answer is helpful to you.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 08:15:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4151147#M55272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-15T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Github PowerBi connector - JSON error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4170672#M55606</link>
      <description>&lt;P&gt;I have resolved the issue writing some power query myself and found a workaround for the dynamic data source issues I had.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For those that are interested, I documented the approach here:&amp;nbsp;&lt;A href="https://www.linkedin.com/pulse/using-power-queries-directly-from-github-repository-van-der-vorst-wm6pe/" target="_blank"&gt;https://www.linkedin.com/pulse/using-power-queries-directly-from-github-repository-van-der-vorst-wm6pe/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 15:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Github-PowerBi-connector-JSON-error/m-p/4170672#M55606</guid>
      <dc:creator>ferryv</dc:creator>
      <dc:date>2024-09-24T15:19:36Z</dc:date>
    </item>
  </channel>
</rss>

