<?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: How to make IF statements and return a result when a column from other table has equal lines in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264167#M120802</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please explain further? I could not fully understand what results did you obtain. Which dax have you tried?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 14:48:42 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-01T14:48:42Z</dc:date>
    <item>
      <title>How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263590#M120747</link>
      <description>&lt;P&gt;Hey, I am having some troubles here. Can you help me, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made the following code to calculate a new column:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;------&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CenterOfCost = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(F[NDoc_Date_Org]);&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Map[CC_Distinct]) = &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Map[Center cost]; Map[NDoc_DateL_Org]; F[NDoc_Date_Org])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(Map[CC_Distinct] &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN&gt;"Multiple Org"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;I have created some example tables for better understanding:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am not getting the right result for my CenterOfCost and i would like to get the result on my example.&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:42:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263590#M120747</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-01T09:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263637#M120753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you a relationship between the two tables?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 10:17:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263637#M120753</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263667#M120755</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If there is a relationship between both tables then&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;CenterOfCost =
SELECTEDVALUE ( Map[Center cost]; "Multiple Org" )&lt;/LI-CODE&gt;
&lt;P&gt;Otherwise use&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;CenterOfCost =
VAR T =
    FILTER ( Map; Map[NDoc_DateL_Org] = F[NDoc_Date_Org] )
RETURN
    IF (
        NOT ISEMPTY ( T );
        IF ( COUNTROWS ( T ) = 1; MAXX ( T; Map[Center cost] ); "Multiple Org" )
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 10:47:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263667#M120755</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263705#M120758</link>
      <description>&lt;P&gt;Hey, i don´t have relationships between tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems not to be working. I only have "Multiple Org" showing and you don't make any reference to CC_Distinct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 11:14:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263705#M120758</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-01T11:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263753#M120759</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;That won't be necessary as CC_Distinct simply says how many rows the same&amp;nbsp;&lt;SPAN&gt;NDoc_DateL_Org presents in. Unless the sample data is oversimplified.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 11:47:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263753#M120759</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T11:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263762#M120762</link>
      <description>&lt;P&gt;But it is not working &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 11:54:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263762#M120762</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-01T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263802#M120764</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, my idea is that you provide more realistic sample of data since based on the sample provided it works.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263802#M120764</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263815#M120766</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is another version that might work with the real data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;CenterOfCost = 
VAR T =
    FILTER ( Map, Map[NDoc_Date_Org] = F[NDoc_Date_Org] )
RETURN
    IF (
        NOT ISEMPTY ( T ),
        IF ( MAXX ( T, Map[CC_Distinct] ) = 1, MAXX ( T, Map[Center cost] ) &amp;amp; "", "Multiple Org" )
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:22:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3263815#M120766</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264133#M120797</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry i can't provide more information since its confidential and also the volume of data a lot.&lt;/P&gt;&lt;P&gt;The is just returning empty spaces or 1 Center Of Cost, but that's it &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also is it possible to ignore blank spaces on Map?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 14:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264133#M120797</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-01T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264167#M120802</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please explain further? I could not fully understand what results did you obtain. Which dax have you tried?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 14:48:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264167#M120802</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264256#M120805</link>
      <description>&lt;P&gt;I tried the last code you gave me!&lt;/P&gt;&lt;P&gt;For example (see picture), i can have spaces that are blank and my CC_Distinct will say there are 2 values, i want it to ignore if one is a blank space, and return only the value (in the picture it would be the number 1). - last rows of the tables.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 15:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264256#M120805</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-01T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264420#M120810</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming&amp;nbsp;&lt;SPAN&gt;Map[Center cost] is text data type, please try.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;CenterOfCost =&amp;nbsp;&lt;BR /&gt;VAR T =&lt;BR /&gt;FILTER (&lt;BR /&gt;Map,&lt;BR /&gt;Map[NDoc_Date_Org] = F[NDoc_Date_Org]&lt;BR /&gt;&amp;amp;&amp;amp; Map[NDoc_Date_Org] &amp;lt;&amp;gt; ""&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;NOT ISEMPTY ( T ),&lt;BR /&gt;IF (&lt;BR /&gt;MAXX ( T, Map[CC_Distinct] ) = 1,&lt;BR /&gt;MAXX ( T, Map[Center cost] ),&lt;BR /&gt;"Multiple Org"&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;otherwise please try&lt;BR /&gt;CenterOfCost =&lt;BR /&gt;VAR T =&lt;BR /&gt;FILTER (&lt;BR /&gt;Map,&lt;BR /&gt;Map[NDoc_Date_Org] = F[NDoc_Date_Org]&lt;BR /&gt;&amp;amp;&amp;amp; Map[NDoc_Date_Org] &amp;lt;&amp;gt; BLANK ( )&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;NOT ISEMPTY ( T ),&lt;BR /&gt;IF (&lt;BR /&gt;MAXX ( T, Map[CC_Distinct] ) = 1,&lt;BR /&gt;MAXX ( T, Map[Center cost] ) &amp;amp; "",&lt;BR /&gt;"Multiple Org"&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 16:56:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3264420#M120810</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-01T16:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3265911#M120903</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can't make it to work properly, it only shows one number and the rest is empty or blank:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But thank you for the effort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 15:00:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3265911#M120903</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-02T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3266045#M120913</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be a space or a special character. Try to create a measure&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LEN ( MAX (&amp;nbsp;&lt;SPAN&gt;Map[NDoc_Date_Org] ) )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and see what you get&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:24:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3266045#M120913</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-02T16:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268130#M121033</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a value of 25.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268130#M121033</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-05T09:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268239#M121042</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mean what value you see nex to the blank. You need to place the measure in a table visual along with the column&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268239#M121042</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-05T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268248#M121043</link>
      <description>&lt;P&gt;That's what i get&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:22:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268248#M121043</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-05T10:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268259#M121047</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I don't see what you see but I thought we were talking about&amp;nbsp;&lt;SPAN&gt;Map[NDoc_Date_Org]&amp;nbsp;column. This CentroCusto_F column was not in the picture before and I have no idea to which table it belongs. Now I'm a bit confused which column contains the blank row? Perhaps it would be a good idea if you re-illustrate&amp;nbsp;everything allover again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:39:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268259#M121047</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-05T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268264#M121048</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is the same, it's just my original file. This CentroCusto_F is the CenterOfCost I told you about and "Medida" is the measure you told me&amp;nbsp; to create now.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:43:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268264#M121048</guid>
      <dc:creator>asofiacgraca</dc:creator>
      <dc:date>2023-06-05T10:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make IF statements and return a result when a column from other table has equal lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268282#M121050</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559254" data-lia-user-login="asofiacgraca" class="lia-mention lia-mention-user"&gt;asofiacgraca&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Ok, just create a calculated column in the same table&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LEN ( &lt;/SPAN&gt;&lt;SPAN&gt;Map[NDoc_Date_Org] )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:58:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-IF-statements-and-return-a-result-when-a-column-from/m-p/3268282#M121050</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-05T10:58:25Z</dc:date>
    </item>
  </channel>
</rss>

