<?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: Directly Query for SQL Server not working on Power BI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/255314#M1092</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42215" data-lia-user-login="geoffballard" class="lia-mention lia-mention-user"&gt;geoffballard&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a limitation now, you can see &lt;A href="https://powerbi.microsoft.com/en-us/documentation/reportserver-whats-new/#august-2017-preview" target="_blank"&gt;here&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-bi-id="13-id-UL" data-bi-name="4-13-layer-UL"&gt;
&lt;LI data-bi-id="2-id-LI" data-bi-name="5-2-layer-LI"&gt;&lt;STRONG&gt;DirectQuery data connections are not currently supported.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Qiuyun Yu&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 05:48:53 GMT</pubDate>
    <dc:creator>v-qiuyu-msft</dc:creator>
    <dc:date>2017-09-20T05:48:53Z</dc:date>
    <item>
      <title>Directly Query for SQL Server not working on Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/253418#M1070</link>
      <description>&lt;P&gt;I having an issue getting direct query mode working for SQL Server on Power BI Report Server (August 2017 Preview) My query is really simple "SELECT data, u from GBT3". The table has 2 rows If I create a report using import mode it works in Power BI Desktop, Power BI Service (via the gateway) and Power BI Report server If I create a report using direct query it works in Power BI Desktop, Power BI Service (via the gateway), but NOT on Power BI Report server On Power BI Report server I get: Something went wrong Unable to load the model Please try again later or contact support. If you contact support, please provide these details. Request ID24a26424-df5e-c146-1a17-c77ded8c3e7e TimeSun Sep 17 2017 08:59:30 GMT+0100 (GMT Daylight Time) Version14.0.600.379 In the log file (RSPowerBI_2017_09_17_08_58_57.log) around the time of the report request I get the: 2017-09-17 08:59:30.6464|ERROR|13|PBI.Win.ProcessingError|ExceptionType:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException;stackTrace: at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection.IXmlaClientProviderEx.Discover(String requestType, String requestNamespace, IDictionary restrictions, InlineErrorHandlingType inlineErrorHandling, IDictionary requestProperties) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(String schemaName, String schemaNamespace, IDictionary adomdRestrictions, Boolean throwOnInlineErrors, IDictionary requestProperties) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(String schemaName, String schemaNamespace, AdomdRestrictionCollection restrictions, Boolean throwOnInlineErrors, AdomdPropertyCollection requestProperties) at Microsoft.ReportingServices.DataExtensions.DefaultAdoMdConnectionFactory.GetSchemaDataSet(IDbConnection connection, String schemaName, IList`1 restrictionList) at Microsoft.ReportingServices.DataExtensions.AdoMdDaxConnection.InternalGetModelMetadata(String catalogName, String perspectiveName, String supportedVersion) at Microsoft.ReportingServices.DataExtensions.AdomdExceptionHandler.Execute[T](String connectionString, Func`1 func) at Microsoft.ReportingServices.DataExtensions.AdoMdDaxConnection.GetModelMetadata(String perspectiveName, String supportedVersion) at Microsoft.PowerBI.ReportingServicesHost.LocalReportProcessingHost.GetModelMetadata(DataSourceInfo dataSourceInfo, IDbConnectionPool connectionPool, String modelMetadataVersion, IConnectionUserImpersonator connectionUserImpersonator, ITelemetryService telemetryService);message:GetModelMetadata;| RequestID = 24a26424-df5e-c146-1a17-c77ded8c3e7e ClientSessionID = 86200c01-b890-2ad1-af80-98cab6b20a5c 2017-09-17 08:59:30.6464|ERROR|13|PBI.Win.ReportingServicesHostTrace|type:Error;message:library:Throwing Microsoft.ReportingServices.Diagnostics.Utilities.CannotRetrieveModelException: , Microsoft.ReportingServices.Diagnostics.Utilities.CannotRetrieveModelException: An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source. ---&amp;gt; Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: A connection could not be made to the data source with the Name of 'aea54b9b-2eaa-4dd7-b926-3cd498699bc2'. Login failed for user ''.. The exception was raised by the IDbConnection interface. at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection.IXmlaClientProviderEx.Discover(String requestType, String requestNamespace, IDictionary restrictions, InlineErrorHandlingType inlineErrorHandling, IDictionary requestProperties) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(String schemaName, String schemaNamespace, IDictionary adomdRestrictions, Boolean throwOnInlineErrors, IDictionary requestProperties) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(String schemaName, String schemaNamespace, AdomdRestrictionCollection restrictions, Boolean throwOnInlineErrors, AdomdPropertyCollection requestProperties) at Microsoft.ReportingServices.DataExtensions.DefaultAdoMdConnectionFactory.GetSchemaDataSet(IDbConnection connection, String schemaName, IList`1 restrictionList) at Microsoft.ReportingServices.DataExtensions.AdoMdDaxConnection.InternalGetModelMetadata(String catalogName, String perspectiveName, String supportedVersion) at Microsoft.ReportingServices.DataExtensions.AdomdExceptionHandler.Execute[T](String connectionString, Func`1 func) at Microsoft.ReportingServices.DataExtensions.AdoMdDaxConnection.GetModelMetadata(String perspectiveName, String supportedVersion) at Microsoft.PowerBI.ReportingServicesHost.LocalReportProcessingHost.GetModelMetadata(DataSourceInfo dataSourceInfo, IDbConnectionPool connectionPool, String modelMetadataVersion, IConnectionUserImpersonator connectionUserImpersonator, ITelemetryService telemetryService) --- End of inner exception stack trace ---;;| RequestID = 24a26424-df5e-c146-1a17-c77ded8c3e7e ClientSessionID = 86200c01-b890-2ad1-af80-98cab6b20a5c 2017-09-17 08:59:30.6464|ERROR|15|Failure in conceptualschema| RequestID = 24a26424-df5e-c146-1a17-c77ded8c3e7e ClientSessionID = 86200c01-b890-2ad1-af80-98cab6b20a5c Microsoft.ReportingServices.Diagnostics.Utilities.CannotRetrieveModelException: An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source. ---&amp;gt; Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: A connection could not be made to the data source with the Name of 'aea54b9b-2eaa-4dd7-b926-3cd498699bc2'. Login failed for user ''.. The exception was raised by the IDbConnection interface.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 08:15:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/253418#M1070</guid>
      <dc:creator>geoffballard</dc:creator>
      <dc:date>2017-09-17T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Directly Query for SQL Server not working on Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/255314#M1092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42215" data-lia-user-login="geoffballard" class="lia-mention lia-mention-user"&gt;geoffballard&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a limitation now, you can see &lt;A href="https://powerbi.microsoft.com/en-us/documentation/reportserver-whats-new/#august-2017-preview" target="_blank"&gt;here&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-bi-id="13-id-UL" data-bi-name="4-13-layer-UL"&gt;
&lt;LI data-bi-id="2-id-LI" data-bi-name="5-2-layer-LI"&gt;&lt;STRONG&gt;DirectQuery data connections are not currently supported.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Qiuyun Yu&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 05:48:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/255314#M1092</guid>
      <dc:creator>v-qiuyu-msft</dc:creator>
      <dc:date>2017-09-20T05:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Directly Query for SQL Server not working on Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/1263120#M15363</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the solution please?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:28:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Directly-Query-for-SQL-Server-not-working-on-Power-BI-Report/m-p/1263120#M15363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-30T19:28:51Z</dc:date>
    </item>
  </channel>
</rss>

