<?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: Show Today's date on report in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/3599163#M215263</link>
    <description>&lt;P&gt;Why not provide an answer that really works!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 18:36:25 GMT</pubDate>
    <dc:creator>DavidVarisco</dc:creator>
    <dc:date>2023-12-22T18:36:25Z</dc:date>
    <item>
      <title>Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258046#M32341</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pretty new to Power BI and I'm having a few troubles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of them is getting the date on my report.&amp;nbsp; Nothing fancy, just todays date and refreshed every time the report is accessed.&amp;nbsp; I would guess to use "=today()" but I don't know what visual to use.&amp;nbsp; I've tried several but either they just write the text "=today()", or they don't allow me to enter any text without any table data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems like a common simple thing.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 02:55:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258046#M32341</guid>
      <dc:creator>kylechapin</dc:creator>
      <dc:date>2017-09-25T02:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258098#M32343</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;create a measure like so&lt;BR /&gt;NowDatetime = NOW()&lt;BR /&gt;&lt;BR /&gt;and use this measureon a card visual.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 25 Sep 2017 04:35:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258098#M32343</guid>
      <dc:creator>TomMartens</dc:creator>
      <dc:date>2017-09-25T04:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258100#M32344</link>
      <description>&lt;P&gt;Yeah, sorry... no it doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what "create a measure" means.&lt;/P&gt;&lt;P&gt;If I create an empty card, I can't put anything in it like a title or otherwise to enter "&lt;SPAN&gt;NowDatetime = NOW()"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Screeenshot?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 04:51:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258100#M32344</guid>
      <dc:creator>kylechapin</dc:creator>
      <dc:date>2017-09-25T04:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258240#M32362</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you are new to this measure thing start here&lt;/P&gt;&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-measures/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-measures/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically measures and also calculated column are calculations added to your data model, from a very superficial view one can say that calculated columns are expanding the tables in your data model, and behave like any other column in your table. Measures on the other hand are calculations that "lay on top" of the tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to be aware, that currently it is not possible to add measures to the data model from within the service. This means you have to use Power BI Desktop to add the measure to one of the existing tables (I would recommend to use a separate date table, if one exists in your model). After you added the measure following the explanation from the link above, you have to republish the dataset to the service. In the model pane you can also specify a display format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can go to the service, open the report, switch to edit mode, add the card visual and drag the measure to the value field of the visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this gets you started!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:52:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258240#M32362</guid>
      <dc:creator>TomMartens</dc:creator>
      <dc:date>2017-09-25T07:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258241#M32363</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42761" data-lia-user-login="kylechapin" class="lia-mention lia-mention-user"&gt;kylechapin&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;See attached screenshot.&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Under the "Home" tab and "Calculations" ribbon there is a button to create measures.&lt;/P&gt;&lt;P&gt;In that measure you can paste the text "&lt;SPAN&gt;NowDatetime = NOW()" wich will create a measure with te name "NowDatetime" that shows you the current datetime using the NOW() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can also right-click a table in the fields pane and choose new measure if you want.&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Put this measure on a card and the card will display the date and time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also, i can recommend reading the tutorial for creating measures.&lt;BR /&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-tutorial-create-measures/" target="_self"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-tutorial-create-measures/&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;Regards&lt;BR /&gt;Max&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/258241#M32363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show Today's date on report</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/3599163#M215263</link>
      <description>&lt;P&gt;Why not provide an answer that really works!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 18:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Show-Today-s-date-on-report/m-p/3599163#M215263</guid>
      <dc:creator>DavidVarisco</dc:creator>
      <dc:date>2023-12-22T18:36:25Z</dc:date>
    </item>
  </channel>
</rss>

