<?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/3918091#M152511</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create ifese function but is is not giving me any column name in logical condition&lt;/P&gt;&lt;P&gt;eXAMPLE: I am creating a new column with condition IF(--&amp;nbsp; = "Mumbai", true,false)&lt;/P&gt;&lt;P&gt;So where -- is present no column name is coming here it giving me an error in the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 17:25:15 GMT</pubDate>
    <dc:creator>GShal</dc:creator>
    <dc:date>2024-05-14T17:25:15Z</dc:date>
    <item>
      <title>DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3918091#M152511</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create ifese function but is is not giving me any column name in logical condition&lt;/P&gt;&lt;P&gt;eXAMPLE: I am creating a new column with condition IF(--&amp;nbsp; = "Mumbai", true,false)&lt;/P&gt;&lt;P&gt;So where -- is present no column name is coming here it giving me an error in the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:25:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3918091#M152511</guid>
      <dc:creator>GShal</dc:creator>
      <dc:date>2024-05-14T17:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3918279#M152517</link>
      <description>&lt;P&gt;If this is for a measure, you have to use an aggregation function. Trying something like&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;some_measure = IF ( MAX('table'[column]) = "Mumbai", 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 18:54:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3918279#M152517</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2024-05-14T18:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3931535#M152954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="742912" data-lia-user-login="GShal" class="lia-mention lia-mention-user"&gt;GShal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="346587" data-lia-user-login="Syk" class="lia-mention lia-mention-user"&gt;Syk&lt;/a&gt;&amp;nbsp;&amp;nbsp;for the quick reply. I have some other thoughts to add:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to create a calculated column, first &lt;STRONG&gt;select a table&lt;/STRONG&gt; and then click New Column.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Enter the following formula.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = IF([Column1]="Mumbai","true","false")&lt;/LI-CODE&gt;
&lt;P&gt;Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 06:48:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Query/m-p/3931535#M152954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-20T06:48:30Z</dc:date>
    </item>
  </channel>
</rss>

