<?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: Syntax for 'ROUNDDOWN' is incorrect when putting it into if function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145901#M17292</link>
    <description>&lt;P&gt;Try saving, closing and then re-opening the file, I recreated the same formula in my file and it showed no errors.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2020 14:16:34 GMT</pubDate>
    <dc:creator>AntrikshSharma</dc:creator>
    <dc:date>2020-06-07T14:16:34Z</dc:date>
    <item>
      <title>Syntax for 'ROUNDDOWN' is incorrect when putting it into if function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145836#M17287</link>
      <description>&lt;P&gt;I am trying to add a calculated column using the if function combined with rounddown function inside. I tested the runddown function, it was working. But when I put it into the if function and calculating with the result from the rounddown founction I get the error - The syntax for 'ROUNDDOWN' is incorrect. I don't know why this is incorrect. Any hint for me?&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 12:31:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145836#M17287</guid>
      <dc:creator>leisay</dc:creator>
      <dc:date>2020-06-07T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for 'ROUNDDOWN' is incorrect when putting it into if function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145842#M17288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="228798" data-lia-user-login="leisay" class="lia-mention lia-mention-user"&gt;leisay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ttire per pal =&lt;BR /&gt;IF (&lt;BR /&gt;Masterdata[Tireoo_mm] &amp;gt; 750,&lt;BR /&gt;DIVIDE (&lt;BR /&gt;1250,&lt;BR /&gt;ROUNDDOWN (&lt;BR /&gt;Masterdata[DeflatedTire Width(494)],&lt;BR /&gt;0&lt;BR /&gt;)&lt;BR /&gt;) * 2,&lt;BR /&gt;DIVIDE (&lt;BR /&gt;1250,&lt;BR /&gt;ROUNDDOWN (&lt;BR /&gt;Masterdata[DeflatedTire Width(494)],&lt;BR /&gt;0&lt;BR /&gt;)&lt;BR /&gt;) * 4&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 12:41:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145842#M17288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-07T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for 'ROUNDDOWN' is incorrect when putting it into if function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145857#M17289</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. Actually I want to round down the results of 1250 divided by MasterData[Deflated Tire Width], then multiply it by 2 or 4, depending on the result from the if condition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested in steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I only use&amp;nbsp;&lt;SPAN&gt;ROUNDDOWN(1250/MasterData[Deflated Tire Width(494)],0), it works out fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I added the if function, then it is shows the syntax incorrect error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just start to use powerBI. This formel seems quite simple and works in excel. But in PowerBI I keep getting this syntax error. This is a bit frastrating.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 13:08:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145857#M17289</guid>
      <dc:creator>leisay</dc:creator>
      <dc:date>2020-06-07T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for 'ROUNDDOWN' is incorrect when putting it into if function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145901#M17292</link>
      <description>&lt;P&gt;Try saving, closing and then re-opening the file, I recreated the same formula in my file and it showed no errors.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 14:16:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145901#M17292</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-06-07T14:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for 'ROUNDDOWN' is incorrect when putting it into if function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145937#M17295</link>
      <description>&lt;P&gt;Thank you both for the help. Now I found where the problem is. It is because of the reginal setting on my computer. Now I changed it to english (united states). Now the syntax error is not showing anymore.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 15:55:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Syntax-for-ROUNDDOWN-is-incorrect-when-putting-it-into-if/m-p/1145937#M17295</guid>
      <dc:creator>leisay</dc:creator>
      <dc:date>2020-06-07T15:55:34Z</dc:date>
    </item>
  </channel>
</rss>

