<?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: &amp;quot;Translate&amp;quot; from MS Excel &amp;quot;IF&amp;quot; &amp;amp; &amp;quot;AND&amp;quot; &amp;amp; &amp;quot;OR&amp;quot; fo in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/quot-Translate-quot-from-MS-Excel-quot-IF-quot-amp-quot-AND-quot/m-p/3744590#M50085</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/700652"&gt;@qkrekaamkese&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;calculated colum&lt;/STRONG&gt;n as below, please find the details in&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
IF (
    LEFT ( 'Table'[Order No], 3 ) = "010"
        || LEFT ( 'Table'[Order No], 5 ) = "SE*01"
        || (
            LEFT ( 'Table'[Order No], 3 ) = "MI*"
                &amp;amp;&amp;amp; RIGHT ( 'Table'[Order No], 4 ) = "*101"
        ),
    "Sales Order Germany"
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1709691444511.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1054781i5827C052E4E042ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1709691444511.png" alt="vyiruanmsft_0-1709691444511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 02:20:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-03-06T02:20:53Z</dc:date>
    <item>
      <title>"Translate" from MS Excel "IF" &amp; "AND" &amp; "OR" for a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/quot-Translate-quot-from-MS-Excel-quot-IF-quot-amp-quot-AND-quot/m-p/3743107#M50065</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;hope you can help me...&lt;/P&gt;&lt;P&gt;My data also consist of a column “Order No”, being defined as Text.&lt;/P&gt;&lt;P&gt;Normally such an order number starts with “010”, “020” etc., sometimes also with “SE*…” or “MI*…”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I do need a solution how to identify specific order numbers and return text “Sales Order Germany” as result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel I would have written as follows, but I do not get it translated into PBI language…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF&lt;/P&gt;&lt;P&gt;'Table'[Order No] begins with “010” &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;'Table'[Order No] begins with “SE*01” &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;BR /&gt;'Table'[Order No] begins with “MI*”&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ends with “*101”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THEN&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:00:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/quot-Translate-quot-from-MS-Excel-quot-IF-quot-amp-quot-AND-quot/m-p/3743107#M50065</guid>
      <dc:creator>qkrekaamkese</dc:creator>
      <dc:date>2024-03-05T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Translate" from MS Excel "IF" &amp; "AND" &amp; "OR" fo</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/quot-Translate-quot-from-MS-Excel-quot-IF-quot-amp-quot-AND-quot/m-p/3744590#M50085</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/700652"&gt;@qkrekaamkese&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;calculated colum&lt;/STRONG&gt;n as below, please find the details in&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
IF (
    LEFT ( 'Table'[Order No], 3 ) = "010"
        || LEFT ( 'Table'[Order No], 5 ) = "SE*01"
        || (
            LEFT ( 'Table'[Order No], 3 ) = "MI*"
                &amp;amp;&amp;amp; RIGHT ( 'Table'[Order No], 4 ) = "*101"
        ),
    "Sales Order Germany"
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1709691444511.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1054781i5827C052E4E042ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1709691444511.png" alt="vyiruanmsft_0-1709691444511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 02:20:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/quot-Translate-quot-from-MS-Excel-quot-IF-quot-amp-quot-AND-quot/m-p/3744590#M50085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-06T02:20:53Z</dc:date>
    </item>
  </channel>
</rss>

