<?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: search for a value and return multiple fields in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532386#M71064</link>
    <description>&lt;P&gt;hi again&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me understand why the formula gives me an error? The first field that the formula asks me for is the table (Ventas_Clientas_Origen), the expression (Nombre), Order by Expression ('Ventas_Campaña_Google'[Descripción]).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;My goal is to get the names of the clients related to the table (one-to-many relationship) to return all the services performed by said clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx a lot!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 07:46:24 GMT</pubDate>
    <dc:creator>4pepesanchez4</dc:creator>
    <dc:date>2022-05-23T07:46:24Z</dc:date>
    <item>
      <title>search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528497#M70799</link>
      <description>&lt;P&gt;Good afternoon:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, thank the people who answer it. What i need to do is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they match a field (country) return me ALL the fields that meet the condition (city)&lt;/P&gt;&lt;P&gt;&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;Thank you very much in advance,&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 07:12:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528497#M70799</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-20T07:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528674#M70812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317106" data-lia-user-login="4pepesanchez4" class="lia-mention lia-mention-user"&gt;4pepesanchez4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can use a table or matrix visual&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Cities = 
CONCATENATEX (
    Countries,
    Countries[city],
    " | "
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 May 2022 08:15:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528674#M70812</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-20T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528780#M70823</link>
      <description>&lt;P&gt;What if I had to do it in Excel without DAX formulas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 08:57:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528780#M70823</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-20T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528798#M70826</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317106" data-lia-user-login="4pepesanchez4" class="lia-mention lia-mention-user"&gt;4pepesanchez4&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;BR /&gt;Yes why not. It is for sure the easiest way.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:03:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528798#M70826</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-20T09:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528811#M70827</link>
      <description>&lt;P&gt;I'm sorry for my level of English. What I wanted to say is that the definition proposal is through a DAX formula (CalculateX) and I'm using Excel, which doesn't give me the option to use that formula, right? Wouldn't there be another way to do the exercise without DAX formulas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:08:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528811#M70827</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-20T09:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528847#M70830</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317106" data-lia-user-login="4pepesanchez4" class="lia-mention lia-mention-user"&gt;4pepesanchez4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It is&amp;nbsp;CONCATENATEX not CALCULATEX&lt;BR /&gt;and it is available in Excel's Power Pivot. It should work normally with no issues.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:17:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2528847#M70830</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-20T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2531202#M70996</link>
      <description>&lt;P&gt;HI &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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I write the formula in Power Pivot knowing that the relationship between countries and tables is already done and that Country is in a different table than city?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Country = Nombre y clienta (Related to each other)&lt;/LI&gt;&lt;LI&gt;City = description field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanx you a lot!!&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;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 10:59:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2531202#M70996</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-22T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2531371#M71018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317106" data-lia-user-login="4pepesanchez4" class="lia-mention lia-mention-user"&gt;4pepesanchez4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just change the table name to the cities table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Cities = 
CONCATENATEX (
    Cities,
    Cities[city],
    " | "
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 22 May 2022 15:16:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2531371#M71018</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-22T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532386#M71064</link>
      <description>&lt;P&gt;hi again&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me understand why the formula gives me an error? The first field that the formula asks me for is the table (Ventas_Clientas_Origen), the expression (Nombre), Order by Expression ('Ventas_Campaña_Google'[Descripción]).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;My goal is to get the names of the clients related to the table (one-to-many relationship) to return all the services performed by said clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx a lot!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 07:46:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532386#M71064</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-23T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532533#M71071</link>
      <description>&lt;P&gt;Which one is the many side? What is the code for the measure [Nombre]?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:22:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532533#M71071</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-23T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532603#M71077</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The field “Clienta” (severals) and field “Name” (single) is the active relationship between tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the table of the "Clienta" field I have all the services that the clients have performed in the month (each service is a line so there are repeated lines) and in the second table the field "Name" are the clients that have come through from Google so it is a unique field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I do not have the "Name" field defined as any measure. It is simply the unique name of each client and what I want it to return is the "Description" field of the table (Ventas_Camapaña_Google) to know what services those clients have performed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532603#M71077</guid>
      <dc:creator>4pepesanchez4</dc:creator>
      <dc:date>2022-05-23T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: search for a value and return multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532887#M71092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317106" data-lia-user-login="4pepesanchez4" class="lia-mention lia-mention-user"&gt;4pepesanchez4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please use this&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Cities = 
CONCATENATEX (
    Ventas_Compana_Google,
    Ventas_Compana_Google[Descripcion],
    " | "
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 23 May 2022 09:56:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/search-for-a-value-and-return-multiple-fields/m-p/2532887#M71092</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-23T09:56:02Z</dc:date>
    </item>
  </channel>
</rss>

