<?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: XMLA Endpoint - Is it possible to disable / enable Table Load? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438616#M44539</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;While I may be wrong, I don't believe so. I believe that setting is actually metadata associated with a query, and the XMLA endpoint doesn't give you access to that.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 17:19:47 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2023-09-19T17:19:47Z</dc:date>
    <item>
      <title>XMLA Endpoint - Is it possible to disable / enable Table Load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438599#M44538</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is there a way to disable a table from loading using XMLA endpoints ( either in SQL Server Management Studio Analysis Services or Tabular Editor 2.0)&amp;nbsp;?&lt;BR /&gt;&lt;BR /&gt;Background:&lt;BR /&gt;My issue is I have a giant static historical data table I append a current data table to.&lt;BR /&gt;I have to load the giant table using XMLA endpoints as it is too large to publish to Power BI Serviceand the regular refresh in Power BI Service times out. So I parameterize the table to use a dev data source which I can switch to prod once published, and also use incremental refresh to create partitions I can load using XMLA endpoints in SQL Server Management Studio (SSMS). I would like to disable the load of the tables used to create the append, but I cannot do so before publishing to Power BI Service as the tables are innaccessible via XMLA endpoints in SSMS as far as I can tell, and I can't load data to them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 16:51:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438599#M44538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-19T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: XMLA Endpoint - Is it possible to disable / enable Table Load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438616#M44539</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;While I may be wrong, I don't believe so. I believe that setting is actually metadata associated with a query, and the XMLA endpoint doesn't give you access to that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 17:19:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438616#M44539</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-09-19T17:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: XMLA Endpoint - Is it possible to disable / enable Table Load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438621#M44540</link>
      <description>&lt;P&gt;Thank you Greg&lt;BR /&gt;Are you aware of any way to disable load of a table once the report is in Power BI Service aside from XMLA endpoints?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 17:27:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438621#M44540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-19T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: XMLA Endpoint - Is it possible to disable / enable Table Load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438649#M44541</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Not that I am aware of. The Power BI Rest API isn't going to do it. And editing the data model in the Service doesn't give you access to the queries either. Maybe something tricky with a dataflow? Probably not going to happen either. Perhaps it would be possible to cut your original history table down to just a year or two, publish to the Service and then activate incremental refresh on the table, something like that?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 17:58:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438649#M44541</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-09-19T17:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: XMLA Endpoint - Is it possible to disable / enable Table Load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438674#M44542</link>
      <description>&lt;P&gt;Thank you very much for your insights.&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;BR /&gt;End note for other users looking at this:&lt;BR /&gt;While I can do various methhods to load the data, and I do use dataflows with parametrized queries for the initial publishing - it appears that I will be unable to disable the load of a table in Power Query once published as of 9-19-2023&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 18:10:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/XMLA-Endpoint-Is-it-possible-to-disable-enable-Table-Load/m-p/3438674#M44542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-19T18:10:49Z</dc:date>
    </item>
  </channel>
</rss>

