<?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 comparison operations do not support comparing values of type Text with values of type Integer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/734733#M1943</link>
    <description>&lt;P&gt;Thanks, solved.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 02:15:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-09T02:15:33Z</dc:date>
    <item>
      <title>DAX comparison operations do not support comparing values of type Text with values of type Integer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/727737#M1603</link>
      <description>&lt;P&gt;I facing the error for newly created columns.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total_Review_Not_Blocked = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF('4-all_daily_companies_review_listing'[Total_Review_Moderated]=1 &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'4-all_daily_companies_review_listing'[is_blocked]=0 &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OR('4-all_daily_companies_review_listing'[is_overridden]=1,'4-all_daily_companies_review_listing'[is_overridden]=0),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total_Review_Published = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF('4-all_daily_companies_review_listing'[Total_Review_Not_Blocked]=1 &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NOT(ISBLANK('4-all_daily_companies_review_listing'[company_id_captured])),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI return with this error msg:&amp;nbsp;DAX comparison operations do not support comparing values of type Text with values of type Integer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can solve this issue?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 14:08:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/727737#M1603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-29T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: DAX comparison operations do not support comparing values of type Text with values of type Integer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/727913#M1610</link>
      <description>&lt;P&gt;The first thing is to check the data type of all the columns in the DAX formulas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Total_Review_Moderated]&lt;BR /&gt;[is_blocked]&lt;BR /&gt;[is_overridden]&lt;BR /&gt;&lt;BR /&gt;[Total_Review_Not_Blocked]&lt;BR /&gt;[company_id_captured]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;They should all be a number&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 18:52:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/727913#M1610</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2019-06-30T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX comparison operations do not support comparing values of type Text with values of type Integer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/734733#M1943</link>
      <description>&lt;P&gt;Thanks, solved.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 02:15:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/734733#M1943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-09T02:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX comparison operations do not support comparing values of type Text with values of type Integer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/2532591#M71076</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I got error "DAX comparison operations do not support comparing values of type Text with values of type Integer. Consider using the VALUE or FORMAT function to convert one of the values." for new column.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Homeowner = &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[HomeOwnerFlag]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Not Homeowner"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Homeowner"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I only changed type of comparison value&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;SPAN&gt;Homeowner = &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[HomeOwnerFlag]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;0"&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Not Homeowner"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Homeowner"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it executed without error.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 May 2022 08:38:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/2532591#M71076</guid>
      <dc:creator>sghanwat</dc:creator>
      <dc:date>2022-05-23T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX comparison operations do not support comparing values of type Text with values of type Integer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/2618696#M76202</link>
      <description>&lt;P&gt;Thanks it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 04:38:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-comparison-operations-do-not-support-comparing-values-of/m-p/2618696#M76202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-05T04:38:21Z</dc:date>
    </item>
  </channel>
</rss>

