<?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: Looking up values in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477205#M67673</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;Yes, this is what I wanted to be.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 09:11:38 GMT</pubDate>
    <dc:creator>PHEstaciMa1</dc:creator>
    <dc:date>2022-04-26T09:11:38Z</dc:date>
    <item>
      <title>Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461150#M66623</link>
      <description>&lt;P class="lia-align-left"&gt;Hi Everyone, I wanted to seek your help in my current DAX formula,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;however, it says &lt;FONT face="arial black,avant garde"&gt;&lt;EM&gt;"Too many arguments were passed to the COUNTROWS function. The maximum argument count for the function is 1".&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;I wanted to count the occurrence of a particular variable in a column. Below is the variable I wanted to know its occurrence.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And below column where I wanted to look for the number of its recurrence. The rows in the column contains multiple variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing it wrong, appreciate help from the team. thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 08:34:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461150#M66623</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-18T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461174#M66624</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;requesting help in my problem with DAX using PBI desktop. thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 08:44:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461174#M66624</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-18T08:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461249#M66628</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt; , better to create a new column in table1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(Table2, Containsstring(Table2[Antecednet], Table1[Value]) ), Table2[Antecednet])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this does not help&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can sum&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 09:32:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461249#M66628</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-18T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461271#M66629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you may try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Antecedents LSR =
COUNTROWS (
    FILTER (
        '2822 Gemba Online',
        '2022 Gemba Online'[Antecedents] IN VALUES ( 'Antecedents LSR'[Value] )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Apr 2022 09:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2461271#M66629</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-18T09:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463175#M66788</link>
      <description>&lt;P&gt;hi&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;tried but it didnt work.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;No figures were shown.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:25:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463175#M66788</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-19T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463746#M66835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp; I'm trying to share the PBIX but it seems there is no option in the reply to attached files. Where can I send it?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:02:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463746#M66835</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-19T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463769#M66836</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can upload the file to OneDrive or WeTransfer and semd the link.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:17:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2463769#M66836</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-19T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2464125#M66874</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt; , you can upload on onedrive or dropbox and share the link &lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 17:12:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2464125#M66874</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-19T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2465816#M67002</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Just double checked with dummy data. The code is working. What are you slicing by? I guess you should be slicing by&amp;nbsp;'Antecedents LSR'[Value] in order to see the count related to each value. Am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 11:00:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2465816#M67002</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T11:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468178#M67108</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'Max' should be used for the first parameter in 'CONTAINSSTRING', please modify your original formula as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;M_Antecedents LSR = 
COUNTROWS (
    FILTER (
         ALL('Antecedents - LSR'),
         CONTAINSSTRING (
            MAX('2022 Gemba Online'[Antecedents]) ,
            'Antecedents - LSR'[Value]
        )
    )
) + 0&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please check my sample file for more details.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 07:17:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468178#M67108</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-04-21T07:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468202#M67109</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;My understanding was acutally the opposite. Maybe I'm wrong but I thought &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;wants to slice by [Value] and count how many times this value occures in the&amp;nbsp;Antecedents list.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;*Update..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here is&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;sample file with my solution&amp;nbsp;&lt;A href="https://www.dropbox.com/t/GuXjvUFexvxMNo1H" target="_blank"&gt;https://www.dropbox.com/t/GuXjvUFexvxMNo1H&lt;/A&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Antecedents LSR - Tamer = 
VAR CurrentValue = 
    MAX ( 'Antecedents - LSR'[Value] )
RETURN
    SUMX (
        '2022 Gemba Online',
        IF ( CONTAINSSTRING ( '2022 Gemba Online'[Antecedents], CurrentValue ), 1, 0 )
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Apr 2022 07:45:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468202#M67109</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468210#M67110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;I'll have a look at your work first and provide you feedback. yes I wanted to count the occurrences of a particular value in a column which contains other value as well. I'm sharing the PBIX thru this link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Count Occurrences of a Particular Value" href="https://nestle-my.sharepoint.com/:f:/p/marvinely_estacio_ph/ErZJWT6Cw4JHsb08U_Tskd0BeDHFTk7Yq_6dgesW2tpPTQ?email=MarvinEly.Estacio%40PH.nestle.com&amp;amp;e=cKkYkN" target="_self"&gt;PBIX Help Needed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 07:35:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468210#M67110</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-21T07:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468213#M67111</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&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;I'm sharing to both of you my PBIX file, removed the sensitive information already. You may access the file here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="count occurrences of a particular value" href="https://nestle-my.sharepoint.com/:f:/p/marvinely_estacio_ph/ErZJWT6Cw4JHsb08U_Tskd0BeDHFTk7Yq_6dgesW2tpPTQ?email=MarvinEly.Estacio%40PH.nestle.com&amp;amp;e=cKkYkN" target="_self"&gt;PBIx Help Needed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 07:36:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468213#M67111</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-21T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468302#M67116</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The link you have shared requires log in with your acount. Did you check my last reply? I have modified&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;sample file and re-shared it in the other comment. Please check and let me know if this is what you want. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 08:06:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2468302#M67116</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2476941#M67654</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your problem has been solved, please accept the reply as solution to close this thread, so that other community members will easily find the solution when they get the same issue.&lt;/P&gt;
&lt;P&gt;If you still need help, please share more details.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2476941#M67654</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-04-26T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477073#M67664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;sorry, I had issues in my software last week. I tried your advise but it showed an error.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to look for ways on how can I share my PBIX until now. Hopefully I can find a way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 08:30:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477073#M67664</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-26T08:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477082#M67666</link>
      <description>&lt;P&gt;Hi Everyone, can you try this link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="PBIX Help Needed" href="https://www.dropbox.com/t/XqDquCw35aunykXY" target="_self"&gt;https://www.dropbox.com/t/XqDquCw35aunykXY&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 08:35:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477082#M67666</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-26T08:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477114#M67667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="163479" data-lia-user-login="PHEstaciMa1" class="lia-mention lia-mention-user"&gt;PHEstaciMa1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the file with solution.&amp;nbsp;&lt;A href="https://we.tl/t-dixeoricuZ" target="_blank"&gt;https://we.tl/t-dixeoricuZ&lt;/A&gt;&lt;BR /&gt;Hope it satisfies your requirement&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Antecedents LSR - Tamer = 
VAR CurrentValue = 
    MAX ( 'Antecedents - LSR'[Value] )
RETURN
    SUMX (
        '2022 Gemba Online',
        IF ( CONTAINSSTRING ( '2022 Gemba Online'[Antecedents], CurrentValue ), 1, 0 )
    )&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 08:48:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477114#M67667</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-26T08:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477205#M67673</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;Yes, this is what I wanted to be.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 09:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2477205#M67673</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-04-26T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2556817#M72615</link>
      <description>&lt;P&gt;&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;do you still have the pbix file? I can't access in your dropbox. thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 05:52:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-up-values-in-a-column/m-p/2556817#M72615</guid>
      <dc:creator>PHEstaciMa1</dc:creator>
      <dc:date>2022-06-03T05:52:00Z</dc:date>
    </item>
  </channel>
</rss>

