<?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: Display Last Dataset Refresh On Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1051039#M14015</link>
    <description>&lt;P&gt;For a SQL data refresh it will be stored in the logs&lt;/P&gt;&lt;P&gt;ReportAction 19 is Data Refresh, so something like:&lt;/P&gt;&lt;P&gt;select max(timeend) as LastRefresh from ExecutionLogStorage&amp;nbsp;where reportaction = 19 and ReportID = YourReportID&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 13:56:13 GMT</pubDate>
    <dc:creator>cbarrettEM</dc:creator>
    <dc:date>2020-04-27T13:56:13Z</dc:date>
    <item>
      <title>Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1045245#M13974</link>
      <description>&lt;P&gt;I have users that want to see the Last &lt;STRONG&gt;DATASET&lt;/STRONG&gt; refresh time on their reports.&amp;nbsp; So if the dataset refreshed at 1:00 and they view the report at 2:30, 1:00 should be displayed.&amp;nbsp; This is very useful in our time sensitive environment,&amp;nbsp; Is this possible?&amp;nbsp; Possibly with a query to the report server db?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen many posts that result in the current date/time being displayed, and I know how to do that, but that is not what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tnaks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 18:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1045245#M13974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-23T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1045491#M13976</link>
      <description>&lt;P&gt;Create a column in some table in your dataset:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refreshed = NOW()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Display the MAX of this in a Card visual. The calculated column will be updated when the data is refreshed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 21:37:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1045491#M13976</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-23T21:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1047544#M14003</link>
      <description>&lt;P&gt;NOW() is not the time of the Last Refresh.&amp;nbsp; The time of the last dataset refresh might have been 2 hours ago.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 16:51:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1047544#M14003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-24T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1050068#M14012</link>
      <description>&lt;P&gt;Create a column in some table in your dataset:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refreshed = NOW()&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOW() is not the time of the Last Refresh. The time of the last dataset refresh might have been hours ago.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:46:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1050068#M14012</guid>
      <dc:creator>sharathkmv</dc:creator>
      <dc:date>2020-04-27T07:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1051039#M14015</link>
      <description>&lt;P&gt;For a SQL data refresh it will be stored in the logs&lt;/P&gt;&lt;P&gt;ReportAction 19 is Data Refresh, so something like:&lt;/P&gt;&lt;P&gt;select max(timeend) as LastRefresh from ExecutionLogStorage&amp;nbsp;where reportaction = 19 and ReportID = YourReportID&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 13:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1051039#M14015</guid>
      <dc:creator>cbarrettEM</dc:creator>
      <dc:date>2020-04-27T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060120#M14058</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; We are working through some steps to get this automated, but I think this is the answer.&amp;nbsp; Was disappointed that I can't just get high level logging and have to get everything,&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060120#M14058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T22:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060152#M14059</link>
      <description>&lt;P&gt;But the table only recalculates when it gets refreshed... So, "NOW()" is thus the "NOW" of when it was refreshed.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:47:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060152#M14059</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-30T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060159#M14060</link>
      <description>&lt;P&gt;No... the dataset gets refreshed every few hours.&amp;nbsp; The REPORT may be refreshed NOW, but the data in the dataset the report reference is as of the last dataset refresh.&amp;nbsp; Pushing Refresh in the report does not refresh the underlying dataset,&amp;nbsp; These particular reports are not live queries,&amp;nbsp; They are too large and slow.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:53:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060159#M14060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060175#M14061</link>
      <description>&lt;P&gt;Yes, I agree, if you did have a column in a import data model that used NOW() in a column and whether a user presses "refresh" (which doesn't refresh the dataset) and you displayed that column in a card visual using MAX then they would see the date/time of the last time that the report actually did a real data refresh. Which was the original ask. Confused.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 23:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/1060175#M14061</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-30T23:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Dataset Refresh On Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/3237668#M29779</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show dataset refresh date and time in report page not page refreshd date and time.&lt;/P&gt;&lt;P&gt;Could you please let me know what need to do last dataset refresh page&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:16:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-Last-Dataset-Refresh-On-Report/m-p/3237668#M29779</guid>
      <dc:creator>ktkpatra</dc:creator>
      <dc:date>2023-05-16T11:16:33Z</dc:date>
    </item>
  </channel>
</rss>

