<?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 how to find out sql server tables used in the reports of power bi report server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/2962789#M28017</link>
    <description>&lt;P&gt;I want to review BI reports to get database, schema , table names and queries which was used to create the report.&lt;BR /&gt;The reports are in power BI Report Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a &lt;STRONG&gt;way to check these details manually&lt;/STRONG&gt; ? (without using power query tool)&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 14:42:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-12T14:42:48Z</dc:date>
    <item>
      <title>how to find out sql server tables used in the reports of power bi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/2962789#M28017</link>
      <description>&lt;P&gt;I want to review BI reports to get database, schema , table names and queries which was used to create the report.&lt;BR /&gt;The reports are in power BI Report Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a &lt;STRONG&gt;way to check these details manually&lt;/STRONG&gt; ? (without using power query tool)&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:42:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/2962789#M28017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T14:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out sql server tables used in the reports of power bi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/2963025#M28020</link>
      <description>&lt;P&gt;The best way is to download the report and look at the code in Power BI Desktop. If you don't have that option, you can try the below:&lt;/P&gt;&lt;P&gt;1. If you are uding Direct Query: Setup a trace in SQL Server to see what tables are being queried when users are interacting with the report.&lt;/P&gt;&lt;P&gt;2. If you are using Import Mode:&amp;nbsp;Setup a trace in SQL Server to see what tables are being queried when the data refresh is taking place.&lt;/P&gt;&lt;P&gt;Again, best is to download the file and look at the code behind it.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:13:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/2963025#M28020</guid>
      <dc:creator>Shahfaisal</dc:creator>
      <dc:date>2022-12-12T16:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out sql server tables used in the reports of power bi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3255836#M29914</link>
      <description>&lt;P&gt;I have a similar problem but I need a solution that allows me to find this information on many Power BI reports at the same time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the use case:&lt;/P&gt;&lt;P&gt;We have about 50 Power BI reports using multiple datasets. Most of them where built using SQL queries pulling data from a MS SQL server. IT advised us there will be a change in one of the systems which will affect how we are calling some of the tables we are using. So we need to know which Power BI dashboards will be impacted.&lt;/P&gt;&lt;P&gt;I know I can open one by one and verify but there has to be a more efficient way. I know the PBIX files are zip files and the mqueries are in there, but how can I search thorugh all the 50 pbix files automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jorge Quintero&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 18:16:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3255836#M29914</guid>
      <dc:creator>jquintero</dc:creator>
      <dc:date>2023-05-26T18:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out sql server tables used in the reports of power bi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3599056#M32143</link>
      <description>&lt;P&gt;I've recently ran into this same issue (400+ reports and 300+ tables in my workspace) and couldn't find a simple solution to find which reports are utilizing which tables. I wrote a simple Python script to help with this. I posted it on my GitHub and hope that someone else that searches these forums finds it useful. I have directions for it in the README.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Askrr/PBI_tableLookUp/tree/main" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Askrr/PBI_tableLookUp/tree/main&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3599056#M32143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-22T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out sql server tables used in the reports of power bi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3599057#M32144</link>
      <description>&lt;P&gt;I've recently ran into this same issue (400+ reports and 300+ tables in my workspace) and couldn't find a simple solution to find which reports are utilizing which tables. I wrote a simple Python script to help with this. I posted it on my GitHub and hope that someone else that searches these forums finds it useful. I have directions for it in the README.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Askrr/PBI_tableLookUp/tree/main" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Askrr/PBI_tableLookUp/tree/main&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:51:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/how-to-find-out-sql-server-tables-used-in-the-reports-of-power/m-p/3599057#M32144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-22T16:51:16Z</dc:date>
    </item>
  </channel>
</rss>

