<?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: Conditional Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Column/m-p/758952#M3120</link>
    <description>&lt;PRE&gt;Column =
switch ( TRUE(),
	T[TVDD] &amp;gt;= 0, "On Time",
	T[TVDD] &amp;lt; 0 &amp;amp;&amp;amp; T[Code] = "#Q", "Observed",
	"Delayed"
)&lt;/PRE&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 10:57:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-06T10:57:56Z</dc:date>
    <item>
      <title>Conditional Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Column/m-p/757932#M3092</link>
      <description>&lt;P&gt;Please I would like to develop a conditional column with the following rule: If Today Vs Due Day is equal or greater than 0, the result should be "On Time", but if Today Vs Due Day is less than 0 and the Code is #Q the result should be "Observed", and if Today Vs Due Day is less than 0 and the Code is blank or other value, the result should be "Delayed". Any help. Thank you.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:48:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Column/m-p/757932#M3092</guid>
      <dc:creator>RaulChoque</dc:creator>
      <dc:date>2019-08-05T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Column/m-p/758952#M3120</link>
      <description>&lt;PRE&gt;Column =
switch ( TRUE(),
	T[TVDD] &amp;gt;= 0, "On Time",
	T[TVDD] &amp;lt; 0 &amp;amp;&amp;amp; T[Code] = "#Q", "Observed",
	"Delayed"
)&lt;/PRE&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 10:57:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Column/m-p/758952#M3120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-06T10:57:56Z</dc:date>
    </item>
  </channel>
</rss>

