<?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: Display all unique commonalities in a measure and minimum starting time in another measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823512#M89692</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="452637" data-lia-user-login="Sellgren7" class="lia-mention lia-mention-user"&gt;Sellgren7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Production Lines =
CONCATENATEX (
    VALUES ( 'Table'[Line] ),
    'Table'[Line],
    ", ",
    'Table'[Line], ASC
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Start Time = 
MIN ( 'Table'[Starting Time] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 16:58:42 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-10-06T16:58:42Z</dc:date>
    <item>
      <title>Display all unique commonalities in a measure and minimum starting time in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823306#M89675</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have worked for some time now to try to write a measure i DAX that will look through a column and display all unique values based on data in another column. I have several article numbers that can be produced in several lines depending on the final delivery unit. For this article number i want to display all possible routes that part can go.&lt;/P&gt;&lt;P&gt;I also want to show the minimum value of starting time for that article number in another measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an example i have these columns&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Article number&lt;/TD&gt;&lt;TD&gt;Starting time&lt;/TD&gt;&lt;TD&gt;Line&lt;/TD&gt;&lt;TD&gt;Delivery unit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:00&lt;/TD&gt;&lt;TD&gt;Flow 1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:10&lt;/TD&gt;&lt;TD&gt;Flow 1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:20&lt;/TD&gt;&lt;TD&gt;Flow 2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:30&lt;/TD&gt;&lt;TD&gt;Flow 1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:40&lt;/TD&gt;&lt;TD&gt;Flow 1&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:40&lt;/TD&gt;&lt;TD&gt;Folw 2&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the first&amp;nbsp;&lt;SPAN&gt;measure i want to show:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Article number&lt;/TD&gt;&lt;TD&gt;Possible production lines&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;Flow1, Flow 2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the second measure i want to show:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Article number&lt;/TD&gt;&lt;TD&gt;First start time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;233&lt;/TD&gt;&lt;TD&gt;2022-09-01 12:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the displayed table in PBI i will only have one row for each article number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 15:31:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823306#M89675</guid>
      <dc:creator>Sellgren7</dc:creator>
      <dc:date>2022-10-06T15:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display all unique commonalities in a measure and minimum starting time in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823491#M89690</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PLease try yhis&lt;/P&gt;
&lt;P&gt;this is the result with your datas&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And the 2 measures are :&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Possible production lines = &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;CONCATENATEX&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; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Feuil1&lt;/SPAN&gt;&lt;SPAN&gt;[Line]&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; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Feuil1&lt;/SPAN&gt;&lt;SPAN&gt;[Line]&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; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Minimum date = &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;min&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Feuil1&lt;/SPAN&gt;&lt;SPAN&gt;[Starting time]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Hope it helps !&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Oct 2022 16:46:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823491#M89690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T16:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display all unique commonalities in a measure and minimum starting time in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823512#M89692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="452637" data-lia-user-login="Sellgren7" class="lia-mention lia-mention-user"&gt;Sellgren7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Production Lines =
CONCATENATEX (
    VALUES ( 'Table'[Line] ),
    'Table'[Line],
    ", ",
    'Table'[Line], ASC
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Start Time = 
MIN ( 'Table'[Starting Time] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 16:58:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2823512#M89692</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-06T16:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display all unique commonalities in a measure and minimum starting time in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2825360#M89816</link>
      <description>&lt;P&gt;Thanks for the quick response and the help, unfortunalely this only solved a part of my problem but i think i need to create a new post for the root problem that im unable to solve.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 09:49:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2825360#M89816</guid>
      <dc:creator>Sellgren7</dc:creator>
      <dc:date>2022-10-07T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display all unique commonalities in a measure and minimum starting time in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2825362#M89817</link>
      <description>&lt;P&gt;Thanks for the quick response and the help, unfortunalely this only solved a part of my problem but i think i need to create a new post for the root problem that im unable to solve.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 09:50:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-unique-commonalities-in-a-measure-and-minimum/m-p/2825362#M89817</guid>
      <dc:creator>Sellgren7</dc:creator>
      <dc:date>2022-10-07T09:50:09Z</dc:date>
    </item>
  </channel>
</rss>

