<?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: Age calculation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Age-calculation/m-p/3145027#M112473</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Maybe:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
  SWITCH(TRUE(),
    [Status] = "Open", ( TODAY() - [Created Date] ) * 1.,
    [Status] = "Won" || [Status] = "Lost", ( [WonLostDate] - [Created Date] ) * 1.
  )&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 21 Mar 2023 15:07:22 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2023-03-21T15:07:22Z</dc:date>
    <item>
      <title>Age calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Age-calculation/m-p/3144893#M112460</link>
      <description>&lt;P&gt;I have a sample table, in that i sales id i need to create the age for the sales id's as per the status&lt;/P&gt;&lt;P&gt;if the status is open&lt;/P&gt;&lt;P&gt;From "Created Date" till Today&amp;nbsp; ; If CLOSED (WON or LOST)&amp;nbsp; From "Created Date" till "WonLostDate"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly help me on this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;need to write a measure&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 14:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Age-calculation/m-p/3144893#M112460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-21T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Age calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Age-calculation/m-p/3145027#M112473</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Maybe:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
  SWITCH(TRUE(),
    [Status] = "Open", ( TODAY() - [Created Date] ) * 1.,
    [Status] = "Won" || [Status] = "Lost", ( [WonLostDate] - [Created Date] ) * 1.
  )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:07:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Age-calculation/m-p/3145027#M112473</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-21T15:07:22Z</dc:date>
    </item>
  </channel>
</rss>

