<?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: DAX If Else - Else is Blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-If-Else-Else-is-Blank/m-p/2531901#M71042</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391077" data-lia-user-login="denden" class="lia-mention lia-mention-user"&gt;denden&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your TotalEngager is a measure, right ? Can you provide your sample with detailed data ? Or you can also provide full pbix file (remove sensitive data) .&amp;nbsp;&amp;nbsp;Based on the formula you're currently providing, I have no way of telling why you're returning blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 03:01:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-23T03:01:13Z</dc:date>
    <item>
      <title>DAX If Else - Else is Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-If-Else-Else-is-Blank/m-p/2522683#M70421</link>
      <description>&lt;P&gt;I want to create a measure with if else. The logic step is to check if a month is older than March, if that is the case the column uniquePageViews should be selected else the colum total engagers, but if I check March the field is always blank and I don't know why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TotalEngager or UniquePageviews =&lt;BR /&gt;VAR month= SUM('X'[Date (month)])&lt;BR /&gt;VAR uniquePageviews = SUM('X'[UniquePageViews])&lt;BR /&gt;VAR TotalEngagers = 'Measure Table'[Total Engagers]&lt;BR /&gt;RETURN IF.EAGER(month &amp;gt; 202203, uniquePageviews, TotalEngagers)&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 08:41:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-If-Else-Else-is-Blank/m-p/2522683#M70421</guid>
      <dc:creator>denden</dc:creator>
      <dc:date>2022-05-18T08:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX If Else - Else is Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-If-Else-Else-is-Blank/m-p/2531901#M71042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391077" data-lia-user-login="denden" class="lia-mention lia-mention-user"&gt;denden&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your TotalEngager is a measure, right ? Can you provide your sample with detailed data ? Or you can also provide full pbix file (remove sensitive data) .&amp;nbsp;&amp;nbsp;Based on the formula you're currently providing, I have no way of telling why you're returning blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 03:01:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-If-Else-Else-is-Blank/m-p/2531901#M71042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-23T03:01:13Z</dc:date>
    </item>
  </channel>
</rss>

