<?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: CASE STATEMENT TO DAX? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959089#M11130</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;give some idea, instead of "Addmonths" what i can use there? I mean alternate DAX function.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 16:57:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-04T16:57:19Z</dc:date>
    <item>
      <title>CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/958550#M11122</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to convert this CASE STATEMENT SQL Query to DAX?&lt;/P&gt;&lt;P&gt;SQL Query:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. DayDiff(AddMonths(min(month),3),min(month)) AS tot_days, (Measure 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. CASE WHEN daydiff(Now(),min(month)) &amp;gt; DayDiff(AddMonths(min(month),3),min(month)) THEN DayDiff(AddMonths(min(month),3),min(month)) ELSE daydiff(Now(),min(month)) end AS days_completed (Measure 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Dhana&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:57:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/958550#M11122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959058#M11127</link>
      <description>Everything is possible but without knowing anything about the tabular model, without knowing the tables and relationships involved... not much can be done in this case, I'm afraid.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 04 Mar 2020 16:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959058#M11127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T16:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959084#M11129</link>
      <description>&lt;P&gt;this is the model view (Deals_Active) is my fact table here. Any Idea?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:54:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959084#M11129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959089#M11130</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;give some idea, instead of "Addmonths" what i can use there? I mean alternate DAX function.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:57:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959089#M11130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T16:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959090#M11131</link>
      <description>&lt;A href="https://dax.guide/dateadd/" target="_blank"&gt;https://dax.guide/dateadd/&lt;/A&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:58:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959090#M11131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: CASE STATEMENT TO DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959092#M11132</link>
      <description>CASE in DAX translates into SWITCH.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dax.guide/switch/" target="_blank"&gt;https://dax.guide/switch/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 04 Mar 2020 16:59:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CASE-STATEMENT-TO-DAX/m-p/959092#M11132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T16:59:59Z</dc:date>
    </item>
  </channel>
</rss>

