<?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: More Granular when pulling Semantic Models from Rest API in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/More-Granular-when-pulling-Semantic-Models-from-Rest-API/m-p/3976393#M35213</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="755176" data-lia-user-login="scottc097" class="lia-mention lia-mention-user"&gt;scottc097&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;To determine whether a table is a shortcut or repull to the same data source, you may need to analyze the metadata of the table and data source returned by the API call. Unfortunately, it may not be possible to distinguish between a shortcut and an actual table through a direct API call. However, you can use the information in the Lakehouse Explorer and OneLake API documentation to understand how tables and shortcuts are represented, and possibly to write comparison logic scripts.&lt;/P&gt;
&lt;P&gt;Below is the official link will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-and-delta-tables#auto-discovery-of-tables" target="_blank"&gt;Lakehouse and Delta tables - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 07:44:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-06T07:44:46Z</dc:date>
    <item>
      <title>More Granular when pulling Semantic Models from Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/More-Granular-when-pulling-Semantic-Models-from-Rest-API/m-p/3974879#M35196</link>
      <description>&lt;P&gt;I am trying to pull all the tables inside my lakehouse using PowerBI's Rest API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Originally, I used:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports-in-group?tryIt=true&amp;amp;source=docs#code-try-0" target="_blank"&gt;Reports - Get Reports In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then created a loop to pull all datasources of reports using the datasetID:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-datasources#code-try-0" target="_blank"&gt;Datasets - Get Datasources - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I notice when it is a semantic model it just shows as a SQL and does not provide the tables. Additionally, It only pulls the sources of reports. I want all the data inside a workspace. Is there a way to the next granular level, so I may see if we are duplicating pulls of tables. Also, is there a way to tell if a table is a shortcut or another re-pull of the same datasource?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to test this pull:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/admin/workspace-info-get-scan-result#response" target="_blank"&gt;Admin - WorkspaceInfo GetScanResult - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to see if I can get tables.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 15:57:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/More-Granular-when-pulling-Semantic-Models-from-Rest-API/m-p/3974879#M35196</guid>
      <dc:creator>scottc097</dc:creator>
      <dc:date>2024-06-05T15:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: More Granular when pulling Semantic Models from Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/More-Granular-when-pulling-Semantic-Models-from-Rest-API/m-p/3976393#M35213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="755176" data-lia-user-login="scottc097" class="lia-mention lia-mention-user"&gt;scottc097&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;To determine whether a table is a shortcut or repull to the same data source, you may need to analyze the metadata of the table and data source returned by the API call. Unfortunately, it may not be possible to distinguish between a shortcut and an actual table through a direct API call. However, you can use the information in the Lakehouse Explorer and OneLake API documentation to understand how tables and shortcuts are represented, and possibly to write comparison logic scripts.&lt;/P&gt;
&lt;P&gt;Below is the official link will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-and-delta-tables#auto-discovery-of-tables" target="_blank"&gt;Lakehouse and Delta tables - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 07:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/More-Granular-when-pulling-Semantic-Models-from-Rest-API/m-p/3976393#M35213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-06T07:44:46Z</dc:date>
    </item>
  </channel>
</rss>

