<?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 How to create max date measure for displaying in report? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-max-date-measure-for-displaying-in-report/m-p/2892146#M93909</link>
    <description>&lt;P&gt;I am trying to do this measure in SSAS Power BI, to display the “Latest data refresh” on a report:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select max(d2.DateName)&lt;/P&gt;&lt;P&gt;from FactActions f&lt;/P&gt;&lt;P&gt;join DimActionType d on d.K_ActionType = f.K_ ActionType&lt;/P&gt;&lt;P&gt;join DimDate d2 on d2.K_Date = f.K_Date&lt;/P&gt;&lt;P&gt;where d.Product = 'xyz'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to achieve it in DAX, how can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 12:20:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-08T12:20:19Z</dc:date>
    <item>
      <title>How to create max date measure for displaying in report?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-max-date-measure-for-displaying-in-report/m-p/2892146#M93909</link>
      <description>&lt;P&gt;I am trying to do this measure in SSAS Power BI, to display the “Latest data refresh” on a report:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select max(d2.DateName)&lt;/P&gt;&lt;P&gt;from FactActions f&lt;/P&gt;&lt;P&gt;join DimActionType d on d.K_ActionType = f.K_ ActionType&lt;/P&gt;&lt;P&gt;join DimDate d2 on d2.K_Date = f.K_Date&lt;/P&gt;&lt;P&gt;where d.Product = 'xyz'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to achieve it in DAX, how can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 12:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-max-date-measure-for-displaying-in-report/m-p/2892146#M93909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create max date measure for displaying in report?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-max-date-measure-for-displaying-in-report/m-p/2894324#M94039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to show the latest data refresh date, it is better to use power query to do it. As shown in the figure below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For detailed creation steps you can refer to this official document, which documents the complete instruction process.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/devops/report/powerbi/add-last-refresh-time?view=azure-devops" target="_blank"&gt;Add last refresh date to a Power BI report - Azure DevOps | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 05:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-max-date-measure-for-displaying-in-report/m-p/2894324#M94039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T05:29:45Z</dc:date>
    </item>
  </channel>
</rss>

