<?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: October 2020 - Unable to Save File to Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1636401#M17807</link>
    <description>&lt;P&gt;As soon as we get this version installed in our test environment, I'll try it out. It will probably take us a week or two.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 17:19:37 GMT</pubDate>
    <dc:creator>BenMackin</dc:creator>
    <dc:date>2021-02-01T17:19:37Z</dc:date>
    <item>
      <title>October 2020 - Unable to Save File to Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1615061#M17581</link>
      <description>&lt;P&gt;I am having a similar issue as posted about &lt;A href="https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-Oct-2020-Unable-to-save-when-Jason-URL/m-p/1601030/highlight/true#M17491" target="_self"&gt;here&lt;/A&gt;. Using the latest version of Power BI Desktop for Report Server (&lt;SPAN&gt;2.86.1321.0&lt;/SPAN&gt;) and Server (&lt;SPAN&gt;Version: 1.9.7675.15620 (Build 15.0.1104.300)&lt;/SPAN&gt;) I am unable to upload or save a file which references a function that takes a parameter as a value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error when doing Save As from within Power BI Desktop:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error when trying to upload the file via Chrome:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Function - Real Name Lookup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(sharePointSite, listName)=&amp;gt;
let
    Source = OData.Feed("https://am-regional.internalspsite.com/sites/CRA/_api/web/lists/GetByTitle('" &amp;amp; listName &amp;amp; "')/Fields?$select=Title,InternalName", null, [Implementation="2.0"]),
    #"Replaced Value" = Table.ReplaceValue(Source,"_x002d_","-",Replacer.ReplaceText,{"InternalName"}),
    #"Replaced Value1" = Table.ReplaceValue(#"Replaced Value","_x0020_"," ",Replacer.ReplaceText,{"InternalName"}),
    recs = Table.ToRecords(#"Replaced Value1"),
    lsts = List.Transform(recs, each Record.ToList(_))
in
    lsts&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query - High Level Business Line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = SharePoint.Tables("https://am-regional.internalspsite.com/sites/CRA/", [ApiVersion = 15]),
    #"2cc193b4-d0e8-4ee2-ae77-a0f03817d347" = Source{[Id="2cc193b4-d0e8-4ee2-ae77-a0f03817d347"]}[Items],
    #"Renamed Columns" = Table.RenameColumns(#"2cc193b4-d0e8-4ee2-ae77-a0f03817d347",{{"ID", "ID.1"}}),
    #"Renamed Fields"=Table.RenameColumns(#"Renamed Columns", #"Real Name Lookup"("https://am-regional.internalspsite.com/sites/CRA/","High Level Business Line"), MissingField.Ignore) 
in
    #"Renamed Fields"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As soon as I remove the &lt;STRONG&gt;listName&lt;/STRONG&gt; parameter from the function call in the OData.Feed, and hard code it with a string value like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Source = OData.Feed("https://am-regional.internalspsite.com/sites/CRA/_api/web/lists/GetByTitle('High Level Business Line')/Fields?$select=Title,InternalName", null, [Implementation="2.0"]),&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the file will upload and save just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it appears there is some kind of an issue with making use of paramters right now in certain contexts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 20:31:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1615061#M17581</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2021-01-21T20:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: October 2020 - Unable to Save File to Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1622484#M17638</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="59185" data-lia-user-login="BenMackin" class="lia-mention lia-mention-user"&gt;BenMackin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for share, we will investigate this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul Zheng _ Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 02:30:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1622484#M17638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-26T02:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: October 2020 - Unable to Save File to Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1634460#M17777</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="59185" data-lia-user-login="BenMackin" class="lia-mention lia-mention-user"&gt;BenMackin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-Oct-2020-Unable-to-save-when-Jason-URL/td-p/1601030" target="_blank"&gt;Solved: Power BI Report Server Oct 2020 Unable to save whe... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The issue is fixed with the newest version, please update and try again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Paul&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 01:55:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1634460#M17777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-01T01:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: October 2020 - Unable to Save File to Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1636401#M17807</link>
      <description>&lt;P&gt;As soon as we get this version installed in our test environment, I'll try it out. It will probably take us a week or two.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 17:19:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/October-2020-Unable-to-Save-File-to-Report-Server/m-p/1636401#M17807</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2021-02-01T17:19:37Z</dc:date>
    </item>
  </channel>
</rss>

