<?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: Convert Text to number with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696051#M81356</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!! , that worked for me. I have tried using blank before but did not work but the IFERROR statement helped. Thank you so much.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 19:22:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-11T19:22:15Z</dc:date>
    <item>
      <title>Convert Text to number with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696029#M81351</link>
      <description>&lt;P&gt;I have a derived column but the number there is in text format. I have tried different DAX formular to conver it to the right format(integer) but always get error e.g&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;size integer = &lt;/SPAN&gt;&lt;SPAN&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet2&lt;/SPAN&gt;&lt;SPAN&gt;[Size Value]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;INTEGER&lt;/SPAN&gt;&lt;SPAN&gt;) =======&amp;gt;&amp;nbsp;Cannot convert value '' of type Text to type Integer.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I was thinking maybe because there are some blank rows but not sure. Can someone hlep with the right DAX formular. Thanks.&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:06:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696029#M81351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-11T19:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text to number with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696044#M81353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Try VALUE function &amp;gt;&amp;gt;&amp;gt; VALUE (&amp;nbsp;&lt;SPAN&gt;Sheet2&lt;/SPAN&gt;&lt;SPAN&gt;[Size Value] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:13:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696044#M81353</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-11T19:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text to number with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696046#M81354</link>
      <description>&lt;P&gt;Thanks for the response. Unfortunately I still face the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696046#M81354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-11T19:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text to number with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696050#M81355</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Actually I was expecting this response. Apparently you have more than just numbers in this column. In order to detect the cell(s) that have the problem use the following code then look for the blank cells:&lt;/P&gt;&lt;P&gt;IFERROR (&amp;nbsp;&lt;SPAN&gt;VALUE (&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Sheet2&lt;/SPAN&gt;&lt;SPAN&gt;[Size Value] ), BLANK ( ) )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:19:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696050#M81355</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-11T19:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text to number with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696051#M81356</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!! , that worked for me. I have tried using blank before but did not work but the IFERROR statement helped. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:22:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-Text-to-number-with-DAX/m-p/2696051#M81356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-11T19:22:15Z</dc:date>
    </item>
  </channel>
</rss>

