<?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: Last loading date display in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/687363#M10253</link>
    <description>&lt;P&gt;Hi ! Thanks so much&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but I don't know how to put it on my report&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's blank even if i've got the right information in my data&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks by advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day !&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 08:45:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-09T08:45:27Z</dc:date>
    <item>
      <title>Last loading date display</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/685217#M10223</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My report is almost complete but I still have a question :&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to display the date of recording (from my database (Oracle), once a month).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to make a parameter or something ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the same for the loading of my Excel files, I tried but I can't do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone could give me some ideas ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks by advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 08:23:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/685217#M10223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-07T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Last loading date display</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/686153#M10237</link>
      <description>&lt;P&gt;go to Get data --&amp;gt;&amp;nbsp;Blank Query&lt;/P&gt;&lt;P&gt;Goto Advanced Editor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Delete everything in there and replace it with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = #table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})&lt;BR /&gt;in&lt;BR /&gt;Source&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will give you a date and time everytime the report refreshes&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 06:57:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/686153#M10237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-08T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Last loading date display</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/687363#M10253</link>
      <description>&lt;P&gt;Hi ! Thanks so much&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but I don't know how to put it on my report&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's blank even if i've got the right information in my data&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks by advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day !&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 08:45:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/687363#M10253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-09T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Last loading date display</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/687370#M10254</link>
      <description>&lt;P&gt;Ok, I just find the solution, I created a new measure&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;LastRefreshDate = FORMAT(LASTDATE('Refresh'[LastRefresh]); "dd mmmm yyyy, hh:mm:ss")&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and it's working !&amp;nbsp;:smileyvery-happy:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 May 2019 08:50:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Last-loading-date-display/m-p/687370#M10254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-09T08:50:34Z</dc:date>
    </item>
  </channel>
</rss>

