<?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 DAX QUERY in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2598985#M75067</link>
    <description>&lt;P&gt;Hi All&lt;BR /&gt;Please can anyone help me rewrite this below query as a column. want to see Late or On time as a row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
    <pubDate>Fri, 24 Jun 2022 00:48:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-24T00:48:42Z</dc:date>
    <item>
      <title>DAX QUERY</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2598985#M75067</link>
      <description>&lt;P&gt;Hi All&lt;BR /&gt;Please can anyone help me rewrite this below query as a column. want to see Late or On time as a row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Fri, 24 Jun 2022 00:48:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2598985#M75067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-24T00:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAX QUERY</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2599128#M75074</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;, format and if are wrongly placed. Also you are comparing text with int &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 02:15:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2599128#M75074</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-06-24T02:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: DAX QUERY</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2599179#M75080</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp; Pls help rewrite the query.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 02:44:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2599179#M75080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-24T02:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: DAX QUERY</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2605726#M75441</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try it.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;_Question? =
IF (
    'Questionaire &amp;amp; App'[QuestionnaireStatusID] &amp;lt; 6
        &amp;amp;&amp;amp; 'Questionaire &amp;amp; App'[QuestionnaireDeadline] &amp;gt; TODAY (),
    "Late",
    "On Time"
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Yalan Wu&lt;BR /&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:16:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-QUERY/m-p/2605726#M75441</guid>
      <dc:creator>v-yalanwu-msft</dc:creator>
      <dc:date>2022-06-28T06:16:15Z</dc:date>
    </item>
  </channel>
</rss>

