<?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 an Excel Formula into Dax or Calculation for Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3034014#M103816</link>
    <description>&lt;P&gt;Thank you it is still not working.&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, 20 Jan 2023 13:18:40 GMT</pubDate>
    <dc:creator>jvargas1971</dc:creator>
    <dc:date>2023-01-20T13:18:40Z</dc:date>
    <item>
      <title>Convert an Excel Formula into Dax or Calculation for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3032586#M103722</link>
      <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use a formula in excel to roundown a number and if in case it can't then to give me whatever is there. This is for address numbers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IFERROR(rounddown(A1,-2),A1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried a few times to make this work but I have not been able to do it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:57:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3032586#M103722</guid>
      <dc:creator>jvargas1971</dc:creator>
      <dc:date>2023-01-19T22:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert an Excel Formula into Dax or Calculation for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3032813#M103750</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="501823" data-lia-user-login="jvargas1971" class="lia-mention lia-mention-user"&gt;jvargas1971&lt;/a&gt; , same will work in power bi as new column &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rounddown([A],2) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IFERROR( rounddown([A],2) , [A]) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to use column name&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 02:32:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3032813#M103750</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-01-20T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert an Excel Formula into Dax or Calculation for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3034014#M103816</link>
      <description>&lt;P&gt;Thank you it is still not working.&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, 20 Jan 2023 13:18:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3034014#M103816</guid>
      <dc:creator>jvargas1971</dc:creator>
      <dc:date>2023-01-20T13:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert an Excel Formula into Dax or Calculation for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3037246#M104021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="501823" data-lia-user-login="jvargas1971" class="lia-mention lia-mention-user"&gt;jvargas1971&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you are using Power Query in Power BI.&lt;/P&gt;
&lt;P&gt;You can use Try... Otherwise.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Power-Query-M-code-equivalent-to-quot-iferror-quot-function/m-p/281479" target="_self"&gt;Power Query M code equivalent to "iferror" function&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 09:49:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-an-Excel-Formula-into-Dax-or-Calculation-for-Power-BI/m-p/3037246#M104021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-23T09:49:09Z</dc:date>
    </item>
  </channel>
</rss>

