<?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: Need help in creating Dax from the Excel formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4031016#M159417</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531456" data-lia-user-login="murugesh_c" class="lia-mention lia-mention-user"&gt;murugesh_c&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;kindly provide a sample input and sample output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for now. assuming table name is "Table" and columns are "ColumnA" and "ColumnB"&lt;BR /&gt;the measure :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test = 
IF( 
AND( 'Table'[ColumnA] &amp;lt; 0 , 'Table'[ColumnA] &amp;lt;&amp;gt;"" ), 
"SMU",
IF( 
AND( 'Table'[ColumnA] &amp;gt; 0 , 'Table'[ColumnA] &amp;lt;&amp;gt;"" ), 
"SMU",
"MUJ"
)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rought this would be it.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 19:36:33 GMT</pubDate>
    <dc:creator>adudani</dc:creator>
    <dc:date>2024-07-08T19:36:33Z</dc:date>
    <item>
      <title>Need help in creating Dax from the Excel formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4030992#M159413</link>
      <description>&lt;P&gt;IF(AND(A1&amp;lt;0,B2&amp;lt;&amp;gt;""),"SMU",IF(AND(A1&amp;gt;0,B2&amp;lt;&amp;gt;""),"SMU","MUJ"))&lt;BR /&gt;&lt;BR /&gt;Dear Friends, I am struggling in converting the above excel function into a dax in Power Bi. Can anyone please help me in writing the dax query from the function above. It would be a great help and learning for me. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:09:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4030992#M159413</guid>
      <dc:creator>murugesh_c</dc:creator>
      <dc:date>2024-07-08T19:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in creating Dax from the Excel formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4031016#M159417</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531456" data-lia-user-login="murugesh_c" class="lia-mention lia-mention-user"&gt;murugesh_c&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;kindly provide a sample input and sample output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for now. assuming table name is "Table" and columns are "ColumnA" and "ColumnB"&lt;BR /&gt;the measure :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test = 
IF( 
AND( 'Table'[ColumnA] &amp;lt; 0 , 'Table'[ColumnA] &amp;lt;&amp;gt;"" ), 
"SMU",
IF( 
AND( 'Table'[ColumnA] &amp;gt; 0 , 'Table'[ColumnA] &amp;lt;&amp;gt;"" ), 
"SMU",
"MUJ"
)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rought this would be it.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:36:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4031016#M159417</guid>
      <dc:creator>adudani</dc:creator>
      <dc:date>2024-07-08T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in creating Dax from the Excel formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4033478#M159679</link>
      <description>&lt;P&gt;Hi Avinash,&lt;BR /&gt;&lt;BR /&gt;Thank you for your time.&lt;BR /&gt;&lt;BR /&gt;I have attached a spreadsheet containing sample data and the calculation that I want to incorporate in Power Bi. I have the same dataset in Power Bi and I want to replicate the calculation in Column E in Power Bi. Kindly check and let me know if you can help with a dax.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1zTDLvGKpB36nuXg4BK9JMCQWTCFqmr5B/edit?usp=sharing&amp;amp;ouid=113500676520475250644&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1zTDLvGKpB36nuXg4BK9JMCQWTCFqmr5B/edit?usp=sharing&amp;amp;ouid=113500676520475250644&amp;amp;rtpof=true&amp;amp;sd=true&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 02:46:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4033478#M159679</guid>
      <dc:creator>murugesh_c</dc:creator>
      <dc:date>2024-07-10T02:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in creating Dax from the Excel formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4035847#M159934</link>
      <description>&lt;P&gt;Can anyone please help me with the dax calculation? &lt;SPAN&gt;I have attached a spreadsheet containing sample data and the calculation that I want to incorporate in Power Bi. I have the same dataset in Power Bi and I want to replicate the calculation in Column E in Power Bi. Kindly check and let me know if you can help with a dax.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1zTDLvGKpB36nuXg4BK9JMCQWTCFqmr5B/edit?usp=sharing&amp;amp;ouid=113500676520475250644&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/spreadsheets/d/1zTDLvGKpB36nuXg4BK9JMCQWTCFqmr5B/edit?usp=sharing&amp;amp;ouid=11350...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 02:59:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-creating-Dax-from-the-Excel-formula/m-p/4035847#M159934</guid>
      <dc:creator>murugesh_c</dc:creator>
      <dc:date>2024-07-11T02:59:43Z</dc:date>
    </item>
  </channel>
</rss>

