<?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 Power BI Documentation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4795208#M183518</link>
    <description>&lt;P&gt;Thanks to Microsoft for providing the View Functions feature — it’s really useful.&lt;BR /&gt;Similarly, is there a way to automatically capture data source details such as the connected server and the queries used? I’d like to store all this information in a table for easy reference.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Aug 2025 06:16:55 GMT</pubDate>
    <dc:creator>Vivek_BI</dc:creator>
    <dc:date>2025-08-13T06:16:55Z</dc:date>
    <item>
      <title>Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4795208#M183518</link>
      <description>&lt;P&gt;Thanks to Microsoft for providing the View Functions feature — it’s really useful.&lt;BR /&gt;Similarly, is there a way to automatically capture data source details such as the connected server and the queries used? I’d like to store all this information in a table for easy reference.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 06:16:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4795208#M183518</guid>
      <dc:creator>Vivek_BI</dc:creator>
      <dc:date>2025-08-13T06:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4795217#M183520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="631698" data-lia-user-login="Vivek_BI" class="lia-mention lia-mention-user"&gt;Vivek_BI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;There isn’t currently a built-in feature in Power BI that automatically documents all data source details (server name, database, query text) into a table. However, you can achieve something similar using a combination of built-in tools and external scripts:&lt;/P&gt;
&lt;P&gt;1. Get Data Source Details in Power BI Desktop&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;File &amp;gt;&amp;gt; Options and Settings &amp;gt;&amp;gt; Data Source Settings will show each source and connection type.&lt;/LI&gt;
&lt;LI&gt;Model View &amp;gt;&amp;gt; Properties can display the source details for each table.&lt;/LI&gt;
&lt;LI&gt;In Power Query, right-click a query &amp;gt;&amp;gt; Advanced Editor to see the exact M code (including the connection and query text).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. Export Metadata via External Tools&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;DAX Studio &amp;gt;&amp;gt; Advanced &amp;gt;&amp;gt;Export Metrics will produce a CSV with all tables, measures, and columns including source table names (for imported sources).&lt;/LI&gt;
&lt;LI&gt;Tabular Editor can read the model metadata and export it as JSON or CSV.&lt;/LI&gt;
&lt;LI&gt;The TOM (Tabular Object Model) via PowerShell or C# scripts can programmatically extract data source and query definitions from the PBIX file.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3. Automating Documentation&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can build a PowerShell script (or use the Power BI REST API with Get Datasources In Group) to pull dataset connection info from the Power BI Service automatically and store it in a table for reference.&lt;/LI&gt;
&lt;LI&gt;For on-premises or gateway sources, the Get-PowerBIDatasource cmdlet in the MicrosoftPowerBIMgmt module can also retrieve server/database info.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 06:26:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4795217#M183520</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-08-13T06:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4796677#M183555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="631698" data-lia-user-login="Vivek_BI" class="lia-mention lia-mention-user"&gt;Vivek_BI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="824538" data-lia-user-login="rohit1991" class="lia-mention lia-mention-user"&gt;rohit1991&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for the prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 06:44:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4796677#M183555</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-08-14T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4799600#M183636</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="631698" data-lia-user-login="Vivek_BI" class="lia-mention lia-mention-user"&gt;Vivek_BI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 09:26:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4799600#M183636</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-08-18T09:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4803277#M183729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="631698" data-lia-user-login="Vivek_BI" class="lia-mention lia-mention-user"&gt;Vivek_BI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hope the information provided is helpful.I wanted to check whether you were able to resolve the issue with the provided solutions.Please let us know if you need any further assistance.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 07:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4803277#M183729</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-08-21T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Documentation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4804395#M183773</link>
      <description>&lt;P&gt;You can capture Power BI data source details like server names and queries using tools like DAX Studio, Tabular Editor, or PowerShell scripts. For cloud datasets, use the Power BI REST API to fetch connection info. To log everything into a table, you'd need to extract metadata manually or automate it with scripts.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 03:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Documentation/m-p/4804395#M183773</guid>
      <dc:creator>Shahid12523</dc:creator>
      <dc:date>2025-08-22T03:47:59Z</dc:date>
    </item>
  </channel>
</rss>

