<?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: Couldn't connect Unsupported keyword in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/704538#M10522</link>
    <description>&lt;P&gt;I think I found a BUG by comparing metadata created in PBIRS' metadata table dbo.DataModelDataSource, specifically by comparing my problem reports values with those of another report working fine with exact same data source...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope engineering will pay attention to this post because this happens whether I use the Save as... -&amp;gt; Report Server or simply upload the report's .pbix from the file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reasons I cannot explain, the problem report gets the following columns in table&amp;nbsp;dbo.DataModelDataSource set with the following values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;,[DSType] = '&lt;STRONG&gt;Direct Query&lt;/STRONG&gt;'&lt;BR /&gt;,[DSKind] = 'SQL'&lt;BR /&gt;,[AuthType] = '&lt;STRONG&gt;Integrated&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;,[Username] = &amp;lt;&lt;STRONG&gt;some hex DIFFERENT from the report working fine&lt;/STRONG&gt;&amp;gt;&lt;BR /&gt;,[Password] = &amp;lt;&lt;STRONG&gt;some hex DIFFERENT from the report working fine&lt;/STRONG&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As soon as I issued the following SQL UPDATE statement to configure the broken report like the working one, it started working fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE [dbo].[DataModelDataSource]&lt;BR /&gt;SET [ItemId] = '44B78E67-C3D6-4A28-B559-DE486CAA3701'&lt;BR /&gt;,[DSType] = '&lt;STRONG&gt;Import&lt;/STRONG&gt;'&lt;BR /&gt;,[DSKind] = 'SQL'&lt;BR /&gt;,[AuthType] = '&lt;STRONG&gt;Windows&lt;/STRONG&gt;'&lt;BR /&gt;,[Username] =&amp;nbsp;&lt;STRONG&gt;&amp;lt;the EXACT hex value from the report working fine&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;,[Password] = &lt;STRONG&gt;&amp;lt;the EXACT hex value from the report working fine&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;WHERE DSID=15&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is STRANGE is that the broken report was NOT in Direct Query, but rather in Import mode. At least not in the version I published or uploaded, but it *MAY* have started in Direct Query mode and then I *MAY* have switched it to Import to see if performance improved (It did because the data volumes were small enough and the sources were slow). My memory is fuzzy on this... But this *MIGHT* mean that the "DirectQuery: Enabled (Click to change)" feature in Power BI Desktop optimized for Power BI Report Server (from the French download section at least) is not changing what gets written in the metadata correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another potential cause for this problem *MIGHT* be that we elected to name PBIRS &amp;amp; PBIRSTempDB the metadata and temp DBs for PBIRS, instead of the standard / default names (ReportServer &amp;amp; ReportServerTemp I think)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I found these slight differences in the metadata, I foolishly tried different things as potential fixes (none of which helped):&lt;/P&gt;&lt;P&gt;1) Since my report name was longer than the other working one with the same data source, I tried saving the report under a shorter name.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Since my report was using many more views and tables than the other working one with the same data source, I tried breaking the report in seperate ones each using fewer views and tables.&lt;/P&gt;&lt;P&gt;3) Since these problems surfaced right after upgrading from the August 2018 of PBIRS straight to the May 2019 version without ever trying the January 2019, I tried wiping PBIRS and the SQL Server and Database used exclusively for the PBIRS Metadata (not the actual data sources of the reports) and reinstalling them from scratch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In hope this will help indentify and resolv this more properly, here's the diagnostics info from the About page of PBI Desktop:&lt;/P&gt;&lt;P&gt;Feedback Type:&lt;BR /&gt;Frown (Error)&lt;/P&gt;&lt;P&gt;Timestamp:&lt;BR /&gt;2019-05-31T14:18:45.1764202Z&lt;/P&gt;&lt;P&gt;Local Time:&lt;BR /&gt;2019-05-31T10:18:45.1764202-04:00&lt;/P&gt;&lt;P&gt;Session ID:&lt;BR /&gt;34e69780-06f2-4626-84d2-f90256421629&lt;/P&gt;&lt;P&gt;Release:&lt;BR /&gt;May, 2019&lt;/P&gt;&lt;P&gt;Product Version:&lt;BR /&gt;2.69.5467.1801 (19.05) (x64)&lt;/P&gt;&lt;P&gt;OS Version:&lt;BR /&gt;Microsoft Windows NT 6.1.7601 Service Pack 1 (x64 fr-FR)&lt;/P&gt;&lt;P&gt;CLR Version:&lt;BR /&gt;4.7 or later [Release Number = 461814]&lt;/P&gt;&lt;P&gt;Peak Virtual Memory:&lt;BR /&gt;3.98 GB&lt;/P&gt;&lt;P&gt;Private Memory:&lt;BR /&gt;505 MB&lt;/P&gt;&lt;P&gt;Peak Working Set:&lt;BR /&gt;699 MB&lt;/P&gt;&lt;P&gt;IE Version:&lt;BR /&gt;11.0.9600.18977&lt;/P&gt;&lt;P&gt;User ID:&lt;BR /&gt;e98dba29-110a-4419-af9c-e0d4bae49e61&lt;/P&gt;&lt;P&gt;Workbook Package Info:&lt;BR /&gt;1* - fr-CA, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True.&lt;/P&gt;&lt;P&gt;Telemetry Enabled:&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;Model Default Mode:&lt;BR /&gt;Import&lt;/P&gt;&lt;P&gt;Snapshot Trace Logs:&lt;BR /&gt;C:\Users\turcmart\AppData\Local\Microsoft\Power BI Desktop SSRS\FrownSnapShot1598656874.zip&lt;/P&gt;&lt;P&gt;Performance Trace Logs:&lt;BR /&gt;C:\Users\turcmart\AppData\Local\Microsoft\Power BI Desktop SSRS\PerformanceTraces.zip&lt;/P&gt;&lt;P&gt;Disabled Preview Features:&lt;BR /&gt;PBI_shapeMapVisualEnabled&lt;BR /&gt;PBI_SpanishLinguisticsEnabled&lt;BR /&gt;PBI_NewWebTableInference&lt;BR /&gt;PBI_showIncrementalRefreshPolicy&lt;BR /&gt;PBI_showManageAggregations&lt;BR /&gt;PBI_improvedFilterExperience&lt;BR /&gt;PBI_qnaLiveConnect&lt;BR /&gt;PBI_keyDrivers&lt;/P&gt;&lt;P&gt;Disabled DirectQuery Options:&lt;BR /&gt;TreatHanaAsRelationalSource&lt;/P&gt;&lt;P&gt;Cloud:&lt;BR /&gt;GlobalCloud&lt;/P&gt;&lt;P&gt;DPI Scale:&lt;BR /&gt;125%&lt;/P&gt;&lt;P&gt;Supported Services:&lt;BR /&gt;Power BI Report Server, Power BI&lt;/P&gt;&lt;P&gt;Formulas:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;section Section1;&lt;/P&gt;&lt;P&gt;shared vEvolutionEncours_TC = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vEvolutionEncours_TC = WAREHOUSE{[Schema="dbo",Item="vEvolutionEncours_TC"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vEvolutionEncours_TC;&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau1 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau1 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau1"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau1(),&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(#"Fonction appeléedbo_fnSTAT002Tableau1",{{"EncoursGlobal", "EncoursTotal"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau2 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau2 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau2"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau2()&lt;BR /&gt;in&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1";&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau3 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau3 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau3"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau3()&lt;BR /&gt;in&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1";&lt;/P&gt;&lt;P&gt;shared vSTAT002TableauECEnregProduit = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002TableauECEnregProduit = WAREHOUSE{[Schema="dbo",Item="vSTAT002TableauECEnregProduit"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002TableauECEnregProduit;&lt;/P&gt;&lt;P&gt;shared vSTAT002NombreClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NombreClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NombreClients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NombreClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParRegion = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParRegion = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParRegion_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParRegion;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParStrate = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParStrate = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParStrate"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParStrate;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParStrate = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParStrate = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParStrate_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParStrate;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParRegion = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParRegion = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParRegion_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParRegion;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParSexe = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParSexe = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParSexe"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParSexe;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParSexe = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParSexe = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParSexe_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParSexe;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParLangue = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParLangue = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParLangue"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParLangue;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParLangue = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParLangue = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParLangue_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParLangue;&lt;/P&gt;&lt;P&gt;shared vSTAT002NombreNouvClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NombreNouvClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NombreNouvClients_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NombreNouvClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002Clients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002Clients = WAREHOUSE{[Schema="dbo",Item="vSTAT002Clients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002Clients;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsStrateEncours = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsStrateEncours = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsStrateEncours"]}[Data],&lt;BR /&gt;#"Lignes triées" = Table.Sort(dbo_vSTAT002ClientsStrateEncours,{{"Ordre", Order.Ascending}}),&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(#"Lignes triées",{{"Encours", "Portefeuille"}, {"EncoursTotal", "PortefeuilleTotal"}, {"Ordre", "#"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;&lt;P&gt;shared vSTAT002NCparProduit = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NCparProduit = WAREHOUSE{[Schema="dbo",Item="vSTAT002NCparProduit_2"]}[Data],&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(dbo_vSTAT002NCparProduit,{{"OrdreAffichage", "#"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 14:22:02 GMT</pubDate>
    <dc:creator>mturcotte_epq</dc:creator>
    <dc:date>2019-05-31T14:22:02Z</dc:date>
    <item>
      <title>Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703772#M10510</link>
      <description>&lt;P&gt;Since we upgraded PBIRS (from August 2018 to May 2019), we are experiencing problems with new PBI reports (either published/saved as on Report Server or Uploaded from PBIRS Portal) not able to connect to a SQL Server 2012 Data Source that other reports have no problem with.&lt;/P&gt;&lt;P&gt;"Couldn't connect&lt;/P&gt;&lt;P&gt;The report server couldn't connect to the data source using the information you entered. Make sure you've entered the connection string and any credentials correctly.&lt;BR /&gt;Keyword not supported: 'eppv-sql12-2c\epqdw_prod;warehouse;integrated security'."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The odd thing is we are using the same data source configuration details as in other reports that Test the connection just fine on the same data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 20:46:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703772#M10510</guid>
      <dc:creator>mturcotte_epq</dc:creator>
      <dc:date>2019-05-30T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703775#M10511</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 20:47:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703775#M10511</guid>
      <dc:creator>mturcotte_epq</dc:creator>
      <dc:date>2019-05-30T20:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703927#M10513</link>
      <description>&lt;P&gt;Your connection string does not look to be complete (although I'm not sure how the test is working)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you try the following format does it work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Data Source=&lt;/STRONG&gt;eppv-sql12-2c\epqdw_prod;&lt;STRONG&gt;Initial Catalog=&lt;/STRONG&gt;WAREHOUSE&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 May 2019 02:36:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/703927#M10513</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-05-31T02:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/704366#M10520</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Actually, the &lt;SPAN&gt;connection string in the&amp;nbsp;&lt;/SPAN&gt;screenshot at the bottom is from the report that works fine and whose Test Connection also works. Yet, it is the same&amp;nbsp;&lt;SPAN&gt;connection string as I have in the Report that experiences the error, but the portal Data Source configuration interface does not allow me to edit it (i.e it was apparently set by the Desktop upon publishing).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MT&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 10:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/704366#M10520</guid>
      <dc:creator>mturcotte_epq</dc:creator>
      <dc:date>2019-05-31T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/704538#M10522</link>
      <description>&lt;P&gt;I think I found a BUG by comparing metadata created in PBIRS' metadata table dbo.DataModelDataSource, specifically by comparing my problem reports values with those of another report working fine with exact same data source...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope engineering will pay attention to this post because this happens whether I use the Save as... -&amp;gt; Report Server or simply upload the report's .pbix from the file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reasons I cannot explain, the problem report gets the following columns in table&amp;nbsp;dbo.DataModelDataSource set with the following values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;,[DSType] = '&lt;STRONG&gt;Direct Query&lt;/STRONG&gt;'&lt;BR /&gt;,[DSKind] = 'SQL'&lt;BR /&gt;,[AuthType] = '&lt;STRONG&gt;Integrated&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;,[Username] = &amp;lt;&lt;STRONG&gt;some hex DIFFERENT from the report working fine&lt;/STRONG&gt;&amp;gt;&lt;BR /&gt;,[Password] = &amp;lt;&lt;STRONG&gt;some hex DIFFERENT from the report working fine&lt;/STRONG&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As soon as I issued the following SQL UPDATE statement to configure the broken report like the working one, it started working fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE [dbo].[DataModelDataSource]&lt;BR /&gt;SET [ItemId] = '44B78E67-C3D6-4A28-B559-DE486CAA3701'&lt;BR /&gt;,[DSType] = '&lt;STRONG&gt;Import&lt;/STRONG&gt;'&lt;BR /&gt;,[DSKind] = 'SQL'&lt;BR /&gt;,[AuthType] = '&lt;STRONG&gt;Windows&lt;/STRONG&gt;'&lt;BR /&gt;,[Username] =&amp;nbsp;&lt;STRONG&gt;&amp;lt;the EXACT hex value from the report working fine&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;,[Password] = &lt;STRONG&gt;&amp;lt;the EXACT hex value from the report working fine&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;WHERE DSID=15&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is STRANGE is that the broken report was NOT in Direct Query, but rather in Import mode. At least not in the version I published or uploaded, but it *MAY* have started in Direct Query mode and then I *MAY* have switched it to Import to see if performance improved (It did because the data volumes were small enough and the sources were slow). My memory is fuzzy on this... But this *MIGHT* mean that the "DirectQuery: Enabled (Click to change)" feature in Power BI Desktop optimized for Power BI Report Server (from the French download section at least) is not changing what gets written in the metadata correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another potential cause for this problem *MIGHT* be that we elected to name PBIRS &amp;amp; PBIRSTempDB the metadata and temp DBs for PBIRS, instead of the standard / default names (ReportServer &amp;amp; ReportServerTemp I think)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I found these slight differences in the metadata, I foolishly tried different things as potential fixes (none of which helped):&lt;/P&gt;&lt;P&gt;1) Since my report name was longer than the other working one with the same data source, I tried saving the report under a shorter name.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Since my report was using many more views and tables than the other working one with the same data source, I tried breaking the report in seperate ones each using fewer views and tables.&lt;/P&gt;&lt;P&gt;3) Since these problems surfaced right after upgrading from the August 2018 of PBIRS straight to the May 2019 version without ever trying the January 2019, I tried wiping PBIRS and the SQL Server and Database used exclusively for the PBIRS Metadata (not the actual data sources of the reports) and reinstalling them from scratch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In hope this will help indentify and resolv this more properly, here's the diagnostics info from the About page of PBI Desktop:&lt;/P&gt;&lt;P&gt;Feedback Type:&lt;BR /&gt;Frown (Error)&lt;/P&gt;&lt;P&gt;Timestamp:&lt;BR /&gt;2019-05-31T14:18:45.1764202Z&lt;/P&gt;&lt;P&gt;Local Time:&lt;BR /&gt;2019-05-31T10:18:45.1764202-04:00&lt;/P&gt;&lt;P&gt;Session ID:&lt;BR /&gt;34e69780-06f2-4626-84d2-f90256421629&lt;/P&gt;&lt;P&gt;Release:&lt;BR /&gt;May, 2019&lt;/P&gt;&lt;P&gt;Product Version:&lt;BR /&gt;2.69.5467.1801 (19.05) (x64)&lt;/P&gt;&lt;P&gt;OS Version:&lt;BR /&gt;Microsoft Windows NT 6.1.7601 Service Pack 1 (x64 fr-FR)&lt;/P&gt;&lt;P&gt;CLR Version:&lt;BR /&gt;4.7 or later [Release Number = 461814]&lt;/P&gt;&lt;P&gt;Peak Virtual Memory:&lt;BR /&gt;3.98 GB&lt;/P&gt;&lt;P&gt;Private Memory:&lt;BR /&gt;505 MB&lt;/P&gt;&lt;P&gt;Peak Working Set:&lt;BR /&gt;699 MB&lt;/P&gt;&lt;P&gt;IE Version:&lt;BR /&gt;11.0.9600.18977&lt;/P&gt;&lt;P&gt;User ID:&lt;BR /&gt;e98dba29-110a-4419-af9c-e0d4bae49e61&lt;/P&gt;&lt;P&gt;Workbook Package Info:&lt;BR /&gt;1* - fr-CA, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True.&lt;/P&gt;&lt;P&gt;Telemetry Enabled:&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;Model Default Mode:&lt;BR /&gt;Import&lt;/P&gt;&lt;P&gt;Snapshot Trace Logs:&lt;BR /&gt;C:\Users\turcmart\AppData\Local\Microsoft\Power BI Desktop SSRS\FrownSnapShot1598656874.zip&lt;/P&gt;&lt;P&gt;Performance Trace Logs:&lt;BR /&gt;C:\Users\turcmart\AppData\Local\Microsoft\Power BI Desktop SSRS\PerformanceTraces.zip&lt;/P&gt;&lt;P&gt;Disabled Preview Features:&lt;BR /&gt;PBI_shapeMapVisualEnabled&lt;BR /&gt;PBI_SpanishLinguisticsEnabled&lt;BR /&gt;PBI_NewWebTableInference&lt;BR /&gt;PBI_showIncrementalRefreshPolicy&lt;BR /&gt;PBI_showManageAggregations&lt;BR /&gt;PBI_improvedFilterExperience&lt;BR /&gt;PBI_qnaLiveConnect&lt;BR /&gt;PBI_keyDrivers&lt;/P&gt;&lt;P&gt;Disabled DirectQuery Options:&lt;BR /&gt;TreatHanaAsRelationalSource&lt;/P&gt;&lt;P&gt;Cloud:&lt;BR /&gt;GlobalCloud&lt;/P&gt;&lt;P&gt;DPI Scale:&lt;BR /&gt;125%&lt;/P&gt;&lt;P&gt;Supported Services:&lt;BR /&gt;Power BI Report Server, Power BI&lt;/P&gt;&lt;P&gt;Formulas:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;section Section1;&lt;/P&gt;&lt;P&gt;shared vEvolutionEncours_TC = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vEvolutionEncours_TC = WAREHOUSE{[Schema="dbo",Item="vEvolutionEncours_TC"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vEvolutionEncours_TC;&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau1 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau1 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau1"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau1(),&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(#"Fonction appeléedbo_fnSTAT002Tableau1",{{"EncoursGlobal", "EncoursTotal"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau2 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau2 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau2"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau2()&lt;BR /&gt;in&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1";&lt;/P&gt;&lt;P&gt;shared fnSTAT002Tableau3 = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_fnSTAT002Tableau3 = WAREHOUSE{[Schema="dbo",Item="fnSTAT002Tableau3"]}[Data],&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1" = dbo_fnSTAT002Tableau3()&lt;BR /&gt;in&lt;BR /&gt;#"Fonction appeléedbo_fnSTAT002Tableau1";&lt;/P&gt;&lt;P&gt;shared vSTAT002TableauECEnregProduit = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002TableauECEnregProduit = WAREHOUSE{[Schema="dbo",Item="vSTAT002TableauECEnregProduit"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002TableauECEnregProduit;&lt;/P&gt;&lt;P&gt;shared vSTAT002NombreClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NombreClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NombreClients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NombreClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParRegion = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParRegion = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParRegion_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParRegion;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParStrate = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParStrate = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParStrate"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParStrate;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParStrate = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParStrate = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParStrate_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParStrate;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParRegion = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParRegion = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParRegion_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParRegion;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParSexe = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParSexe = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParSexe"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParSexe;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParSexe = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParSexe = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParSexe_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParSexe;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsParLangue = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsParLangue = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsParLangue"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002ClientsParLangue;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClientsParLangue = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClientsParLangue = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClientsParLangue_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClientsParLangue;&lt;/P&gt;&lt;P&gt;shared vSTAT002NombreNouvClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NombreNouvClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NombreNouvClients_2"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NombreNouvClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002Clients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002Clients = WAREHOUSE{[Schema="dbo",Item="vSTAT002Clients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002Clients;&lt;/P&gt;&lt;P&gt;shared vSTAT002NouvClients = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NouvClients = WAREHOUSE{[Schema="dbo",Item="vSTAT002NouvClients"]}[Data]&lt;BR /&gt;in&lt;BR /&gt;dbo_vSTAT002NouvClients;&lt;/P&gt;&lt;P&gt;shared vSTAT002ClientsStrateEncours = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002ClientsStrateEncours = WAREHOUSE{[Schema="dbo",Item="vSTAT002ClientsStrateEncours"]}[Data],&lt;BR /&gt;#"Lignes triées" = Table.Sort(dbo_vSTAT002ClientsStrateEncours,{{"Ordre", Order.Ascending}}),&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(#"Lignes triées",{{"Encours", "Portefeuille"}, {"EncoursTotal", "PortefeuilleTotal"}, {"Ordre", "#"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;&lt;P&gt;shared vSTAT002NCparProduit = let&lt;BR /&gt;Source = Sql.Databases("EPPV-SQL12-2C\EPQDW_PROD"),&lt;BR /&gt;WAREHOUSE = Source{[Name="WAREHOUSE"]}[Data],&lt;BR /&gt;dbo_vSTAT002NCparProduit = WAREHOUSE{[Schema="dbo",Item="vSTAT002NCparProduit_2"]}[Data],&lt;BR /&gt;#"Colonnes renommées" = Table.RenameColumns(dbo_vSTAT002NCparProduit,{{"OrdreAffichage", "#"}})&lt;BR /&gt;in&lt;BR /&gt;#"Colonnes renommées";&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 14:22:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/704538#M10522</guid>
      <dc:creator>mturcotte_epq</dc:creator>
      <dc:date>2019-05-31T14:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/782324#M11427</link>
      <description>&lt;P&gt;This toppic solved my issue regarding swapping a report from direct query to Import mode. On our local report server.&lt;/P&gt;&lt;P&gt;I got exactly the error Couldn't connect Unsupported keyword.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can change a datasource from direct query to import in the Power-BI desktop designer.&lt;/P&gt;&lt;P&gt;but if you save it with the same name in the same folder. The server is messing things up and keeping old values.&lt;/P&gt;&lt;P&gt;Yes you can build a new report then and save it with a new name.&lt;/P&gt;&lt;P&gt;but I found this to be a little bit quicker&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First as mentioned&lt;/P&gt;&lt;P&gt;UPDATE [dbo].[DataModelDataSource]&lt;BR /&gt;SET [DSType] = 'Import'&lt;BR /&gt;,[DSKind] = 'SQL'&lt;BR /&gt;,[AuthType] = 'Windows'&lt;BR /&gt;where dsid =&amp;nbsp; [do not forget the where clause, or the backup]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but then also the catalog property needs to be changed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update [ReportServer].[dbo].[Catalog]&lt;BR /&gt;set Property = '&amp;lt;Properties&amp;gt;&lt;BR /&gt;&amp;lt;IsMobileOptimized&amp;gt;False&amp;lt;/IsMobileOptimized&amp;gt;&lt;BR /&gt;&amp;lt;HasEmbeddedModels&amp;gt;True&amp;lt;/HasEmbeddedModels&amp;gt;&lt;BR /&gt;&amp;lt;PbixShredderVersion&amp;gt;3&amp;lt;/PbixShredderVersion&amp;gt;&lt;BR /&gt;&amp;lt;ModelRefreshAllowed&amp;gt;True&amp;lt;/ModelRefreshAllowed&amp;gt;&lt;BR /&gt;&amp;lt;HasDirectQuery&amp;gt;False&amp;lt;/HasDirectQuery&amp;gt;&lt;BR /&gt;&amp;lt;/Properties&amp;gt;'&lt;BR /&gt;where itemid = [do not forget the where clause, or the backup]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this you can insert credentials for a datasource, and create a schedule for datarefresh on the local report server&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:19:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/782324#M11427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-03T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/794705#M11539</link>
      <description>&lt;P&gt;Thank you for your workaround completement!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It really helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without it, my report would work but I remained unable to schedule a data refresh for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this additional correction to the Property column in the Catalog table, it helped restore the ability to create and update a scheduled refresh on the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just hope that Microsoft has a proper fix in the plans for the next release of PBIRS (isn't a new version due this month?) and Power BI Desktop for Report Server. I have not seen any reply from Microsoft on this thread, so I fear it might not be acknowledged or scheduled to be corrected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:32:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/794705#M11539</guid>
      <dc:creator>mturcotte_epq</dc:creator>
      <dc:date>2019-09-17T15:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/797135#M11557</link>
      <description>&lt;P&gt;This was driving me scatty - thanks for saving some of my hair!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 15:01:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/797135#M11557</guid>
      <dc:creator>ianmanton</dc:creator>
      <dc:date>2019-09-19T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/890575#M12607</link>
      <description>&lt;P&gt;That said - every time the report is pushed again the funky metadata returns and breaks the scheduled refresh....&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:18:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/890575#M12607</guid>
      <dc:creator>ianmanton</dc:creator>
      <dc:date>2020-01-06T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/895069#M12637</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14525" data-lia-user-login="v-yulgu-msft" class="lia-mention lia-mention-user"&gt;v-yulgu-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:38:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/895069#M12637</guid>
      <dc:creator>ianmanton</dc:creator>
      <dc:date>2020-01-09T14:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't connect Unsupported keyword</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/903405#M12704</link>
      <description>&lt;P&gt;Problem experienced here too.. Please fix Microsoft!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 12:35:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Couldn-t-connect-Unsupported-keyword/m-p/903405#M12704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T12:35:04Z</dc:date>
    </item>
  </channel>
</rss>

