<?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: Get latest Time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791546#M148152</link>
    <description>&lt;P&gt;You can try to create a measure like this : measure = CALCULATE(MAX(time), Status = "Online")&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;If you only want the status "online" in your visual, you can add filtre in the filter panel with the column "status" and the value "online"&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 13:02:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-03-26T13:02:06Z</dc:date>
    <item>
      <title>Get latest Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791291#M148139</link>
      <description>&lt;P&gt;HI everyone,&lt;/P&gt;&lt;P&gt;hope someone can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have the following Table.&amp;nbsp; What i am aiming for is to have the latest "Time" where a Server was "Online".&lt;BR /&gt;The Table contains different Servers with different Status and Time. For example, i want to have for Server A the Time "Wed, 20 Mar 2024 15:51:17" as it is the alst online Time.&lt;/P&gt;&lt;P&gt;i would show that "latest online" with dropdown menu or a checkbox. How is that possible?&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Servername&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server A&lt;/TD&gt;&lt;TD&gt;Online&lt;/TD&gt;&lt;TD&gt;Wed, 20 Mar 2024 15:51:17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server A&lt;/TD&gt;&lt;TD&gt;Online&lt;/TD&gt;&lt;TD&gt;Mon, 18 Mar 2024 15:50:51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server A&lt;/TD&gt;&lt;TD&gt;Offline&lt;/TD&gt;&lt;TD&gt;Wed, 13 Mar 2024 15:52:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server B&lt;/TD&gt;&lt;TD&gt;Online&lt;/TD&gt;&lt;TD&gt;Wed, 06 Mar 2024 15:50:14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server B&lt;/TD&gt;&lt;TD&gt;Online&lt;/TD&gt;&lt;TD&gt;Mon, 04 Mar 2024 15:58:29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Server B&lt;/TD&gt;&lt;TD&gt;Online&lt;/TD&gt;&lt;TD&gt;Mon, 04 Mar 2024 15:58:29&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 26 Mar 2024 10:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791291#M148139</guid>
      <dc:creator>stefan321</dc:creator>
      <dc:date>2024-03-26T10:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get latest Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791434#M148145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="654861" data-lia-user-login="stefan321" class="lia-mention lia-mention-user"&gt;stefan321&lt;/a&gt;&amp;nbsp;in your simplify example, it is possible to use "Latest" when you put data into matrix&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 11:48:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791434#M148145</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-03-26T11:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get latest Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791478#M148148</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;BR /&gt;thanks, but it should only show latest for server with status "Online"&lt;BR /&gt;Is it possobie with a measure / DAX query ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 12:21:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791478#M148148</guid>
      <dc:creator>stefan321</dc:creator>
      <dc:date>2024-03-26T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get latest Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791546#M148152</link>
      <description>&lt;P&gt;You can try to create a measure like this : measure = CALCULATE(MAX(time), Status = "Online")&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;If you only want the status "online" in your visual, you can add filtre in the filter panel with the column "status" and the value "online"&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:02:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3791546#M148152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-26T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get latest Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3796467#M148379</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Thinkmore logic is needed here. Please consider that i have in that table different Servers like "Server A" or "Server B". i need the last time (Time column) when server was online (Status column) from EACH Server.&amp;nbsp;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;Server A --&amp;gt;&amp;nbsp;&lt;SPAN&gt;20 Mar 2024 15:51:17&amp;nbsp;(last online date)&lt;BR /&gt;Server B --&amp;gt;&amp;nbsp;06 Mar 2024 15:50:14 (last online date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 11:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-latest-Time/m-p/3796467#M148379</guid>
      <dc:creator>stefan321</dc:creator>
      <dc:date>2024-03-28T11:22:00Z</dc:date>
    </item>
  </channel>
</rss>

