<?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: When Does Cache Refresh Happen w SSAS? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397996#M5166</link>
    <description>&lt;P&gt;No problem. No with a live connection the report will always go to the SSAS database. Of course you could set your models to run in memory in the SSAS server and they will be quick to respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 10:23:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-17T10:23:04Z</dc:date>
    <item>
      <title>When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/393232#M5003</link>
      <description>Hi all. I found an article that describes direct connections(SSAS for example). I had a question on some things. &lt;A href="https://docs.microsoft.com/en-us/power-bi/refresh-data#live-connections-and-directquery-to-on-premises-data-sources" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/refresh-data#live-connections-and-directquery-to-on-premises-data-sources&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It says the database updates the visual when “you interact with a visual”. What defines interacting with a visual? Do I need to full-screen it or just open up the dashboard containing the visuals?&lt;BR /&gt;&lt;BR /&gt;Also, I have the understanding that this doesn’t apply to the actual report. In PBIRS when does the data refresh for the report? Every cache refresh cycle(whatever it’s set at) or something else?&lt;BR /&gt;&lt;BR /&gt;Any other information you think is necessary would be appreciated as well.</description>
      <pubDate>Tue, 10 Apr 2018 12:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/393232#M5003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/393439#M5025</link>
      <description>&lt;P&gt;There's two modes, direct query and cached, depending on how you authored the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Direct query, queries your back end data source with every query or interaction with the report (e.g. every click). Cached, uses a copy of the data stored locally and is refreshed by the refresh plan you setup on the server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:24:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/393439#M5025</guid>
      <dc:creator>Jon-Heide</dc:creator>
      <dc:date>2018-04-10T16:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/394126#M5043</link>
      <description>Does “every click” include loading a dashboard?</description>
      <pubDate>Wed, 11 Apr 2018 12:24:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/394126#M5043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397272#M5132</link>
      <description>&lt;P&gt;Your link is for the Power BI Service (e.g. hosted in Azure) rather than the on-prem Report Server, so disregard that post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For connecting the SSAS databases you have two choices, import or connect live. Import will bring that data into the database supporting your Report Server instance. Connect live will connect directly to your SSAS instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If choosing import, you will need to setup a data refresh to refresh the data imported into your Report Server instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For both options, bear in mind you need to refresh the SSAS instance. We achieve this by issuing an SSAS command at the end of our ETL routines (orchestrated by the SQL agent)&amp;nbsp;which refresh the relevant areas of SSAS.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397272#M5132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T15:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397446#M5144</link>
      <description>&lt;P&gt;Thank you very much. To clarify, using a live connection to SSAS there's no way to access cached data, correct? I'm trying to understand if there's some way of using SSAS live connection without querying the SSAS database every time a user views a report.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 19:55:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397446#M5144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: When Does Cache Refresh Happen w SSAS?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397996#M5166</link>
      <description>&lt;P&gt;No problem. No with a live connection the report will always go to the SSAS database. Of course you could set your models to run in memory in the SSAS server and they will be quick to respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 10:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/When-Does-Cache-Refresh-Happen-w-SSAS/m-p/397996#M5166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T10:23:04Z</dc:date>
    </item>
  </channel>
</rss>

