<?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 Alternative of IFNA excel function in Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alternative-of-IFNA-excel-function-in-Power-BI/m-p/694653#M650</link>
    <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel report which I want to build in Power BI. In excel, I have applied this formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=IF(A2="C","Client",IFNA(VLOOKUP(B2,$E$3:$F$15,2,0),"Internal"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in one column. I want to replicate same in Power BI in new calculated column, but since &lt;STRONG&gt;IFNA function is not available in Power BI&lt;/STRONG&gt;&amp;nbsp;got no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the snipnet of excel table&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 07:19:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-20T07:19:20Z</dc:date>
    <item>
      <title>Alternative of IFNA excel function in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alternative-of-IFNA-excel-function-in-Power-BI/m-p/694653#M650</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel report which I want to build in Power BI. In excel, I have applied this formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=IF(A2="C","Client",IFNA(VLOOKUP(B2,$E$3:$F$15,2,0),"Internal"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in one column. I want to replicate same in Power BI in new calculated column, but since &lt;STRONG&gt;IFNA function is not available in Power BI&lt;/STRONG&gt;&amp;nbsp;got no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the snipnet of excel table&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 07:19:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alternative-of-IFNA-excel-function-in-Power-BI/m-p/694653#M650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-20T07:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative of IFNA excel function in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alternative-of-IFNA-excel-function-in-Power-BI/m-p/2681435#M80313</link>
      <description>&lt;P&gt;Hey there,&lt;BR /&gt;&lt;BR /&gt;Alternative for the IFNA function is IFERROR().&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So the formula would look like this I assume&amp;nbsp;&lt;SPAN&gt;=IF('Table1'[JOBIND]="C","Client",IFERROR(LOOKUPVALUE('Table2'[F],'Table2'[E],'Table1'[Personal]),"Internal"))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:53:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alternative-of-IFNA-excel-function-in-Power-BI/m-p/2681435#M80313</guid>
      <dc:creator>shomnikoff</dc:creator>
      <dc:date>2022-08-04T10:53:31Z</dc:date>
    </item>
  </channel>
</rss>

