<?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: Newer version error, though not really new! in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4172636#M37010</link>
    <description>&lt;P&gt;Hello, I have met the same issues. Where can I find the&lt;SPAN&gt;&amp;nbsp;"DAX Queries" folder&lt;/SPAN&gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2024 05:02:22 GMT</pubDate>
    <dc:creator>lunaliu</dc:creator>
    <dc:date>2024-09-25T05:02:22Z</dc:date>
    <item>
      <title>Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031579#M35863</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have a PBI RS (Currently Version&amp;nbsp;&lt;SPAN&gt;1.20.8944.34536 -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;May 2024) and use Desktop RS (Version 2.129.1127.0 64-bit - May 2024) to develop reports. Everything was working fine until yesterday, when I faced this error uploading reports to RS via portal:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;There was an error uploading your .pbix file. Verify that the file has not been corrupted and that the file extension matches the format of the file.&lt;/LI-CODE&gt;&lt;P&gt;Saving from Desktop RS gives me this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;An error occurred while attempting to save the report to Power BI Report Server.&lt;/LI-CODE&gt;&lt;P&gt;RSPowerBI log says:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2024-07-09 06:59:17.6734|ERROR|43|Failure in reportproperties| RequestID = s_7c9d4b6f-ff31-489d-968b-8f66dde94b17 Microsoft.PowerBI.Packaging.Storage.NewerFileVersionException: '1.31' is newer than the product version.
   at Microsoft.PowerBI.Packaging.PowerBIPackager.ValidateVersion(String versionContents, Version&amp;amp; pbixFileVersion)
   at Microsoft.PowerBI.Packaging.PowerBIPackager.Validate(Package storagePackage, Version&amp;amp; pbixFileVersion)
   at Microsoft.PowerBI.Packaging.PowerBIPackager.Open(Stream storageStream, Boolean&amp;amp; requiresConversionToReportLayout, Byte[]&amp;amp; securityBindings, Version&amp;amp; pbixFileVersion, Boolean skipValidation)
   at Microsoft.PowerBI.ReportServer.PbixLib.Parsing.PbixParserV1.ParsePbixFileIntoParts(Stream pbixFileAsStream, String requestId, String sessionId, Boolean areCustomVisualsEnabled)
   at Microsoft.PowerBI.ReportServer.PbixLib.Parsing.PbixParserV1.ParsePbixFileIntoParts(Stream pbixFileAsStream, String requestId, String sessionId)
   at Microsoft.PowerBI.ReportServer.WebApi.PbiApi.PbiApiController.&amp;lt;ShredFromStream&amp;gt;d__39.MoveNext()&lt;/LI-CODE&gt;&lt;P&gt;I download latest version of RS from MS website and attempted to upgrade (the above-mentioned version) with no luck. We haven't had updated our Desktop RS app recently. Any ideas?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 03:38:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031579#M35863</guid>
      <dc:creator>mohammadjavaher</dc:creator>
      <dc:date>2024-07-09T03:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031596#M35864</link>
      <description>&lt;P&gt;Do you know if you used the new DAX Query View feature? This seems to be triggering a file version update that the server is not expecting. You might need to log a support ticket with Microsoft to get this investigated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 03:46:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031596#M35864</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2024-07-09T03:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031603#M35865</link>
      <description>&lt;P&gt;Thanks for your response. Yes, we used DAX Query View once (just for test). How can I undo changes caused by this feature? We are using developer version and don't have a pro license to log a support ticket &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 04:00:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031603#M35865</guid>
      <dc:creator>mohammadjavaher</dc:creator>
      <dc:date>2024-07-09T04:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031658#M35866</link>
      <description>&lt;P&gt;I used HxD hex editor and altered Version file to show 1.30 instead of 1.31 and now RS accepts file with absolutely no problem. The only issue remaining is when I open file using Desktop RS and save it, it reverts to 1.31 and I have to mangle Version file each time I want to upload it. But I want to thank you for your idea which led to solution to my problem&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 05:02:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031658#M35866</guid>
      <dc:creator>mohammadjavaher</dc:creator>
      <dc:date>2024-07-09T05:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031748#M35870</link>
      <description>&lt;P&gt;By default the May 2024 version of Desktop for RS will create files with a version of 1.28, but I think you also need to remove the "DAX Queries" folder from inside the pbix file to stop desktop from resetting the version to 1.31&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 06:02:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031748#M35870</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2024-07-09T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031957#M35873</link>
      <description>&lt;P&gt;Many many thanks! You are a genius! I removed "DAX Queries" folder and when saved file, it reverted version back to 1.28!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 07:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4031957#M35873</guid>
      <dc:creator>mohammadjavaher</dc:creator>
      <dc:date>2024-07-09T07:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4039669#M35952</link>
      <description>&lt;P&gt;I had exactly the same issue. And it's been resolved by removing the DAX Queries folder.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:21:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4039669#M35952</guid>
      <dc:creator>yioann</dc:creator>
      <dc:date>2024-07-12T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4172636#M37010</link>
      <description>&lt;P&gt;Hello, I have met the same issues. Where can I find the&lt;SPAN&gt;&amp;nbsp;"DAX Queries" folder&lt;/SPAN&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 05:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4172636#M37010</guid>
      <dc:creator>lunaliu</dc:creator>
      <dc:date>2024-09-25T05:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4235434#M38065</link>
      <description>&lt;P&gt;You need to rename the pbix file to zip, and open it as a zip file.&amp;nbsp;&lt;BR /&gt;After deleting the folder in question, rename it back with .pbix extension.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:11:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4235434#M38065</guid>
      <dc:creator>ferenc_szabo_hu</dc:creator>
      <dc:date>2024-10-09T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Newer version error, though not really new!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4235938#M38068</link>
      <description>&lt;P&gt;Thank you, it worked!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 01:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Newer-version-error-though-not-really-new/m-p/4235938#M38068</guid>
      <dc:creator>lunaliu</dc:creator>
      <dc:date>2024-10-10T01:14:06Z</dc:date>
    </item>
  </channel>
</rss>

