<?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 a Batch ID in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429788#M26652</link>
    <description>&lt;P&gt;Thank you so much. Works perfectly! &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 08:38:15 GMT</pubDate>
    <dc:creator>chakrared</dc:creator>
    <dc:date>2020-10-13T08:38:15Z</dc:date>
    <item>
      <title>How to Make a Batch ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1428497#M26630</link>
      <description>&lt;P&gt;Table 1 - 'Source L1 to L3'&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;L1&lt;/TD&gt;&lt;TD&gt;L2&lt;/TD&gt;&lt;TD&gt;L3&lt;/TD&gt;&lt;TD&gt;Batch ID...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;value1&lt;/TD&gt;&lt;TD&gt;anothervalue1&lt;/TD&gt;&lt;TD&gt;andanothervalue1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;value2...etc...&lt;/TD&gt;&lt;TD&gt;anothervalue2...etc...&lt;/TD&gt;&lt;TD&gt;andanothervalue2...etc...&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;All values are text&lt;/P&gt;&lt;P&gt;Table 2 -'L1Distinct'&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;L1&lt;/TD&gt;&lt;TD&gt;L1Index&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;value1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;value2&lt;/TD&gt;&lt;TD&gt;2...etc...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;L1 is text, L2 is an index value (Number) Values in L1 are related to L1 in 1st table and are only the DISTINCT values in that tables L1 column&lt;/P&gt;&lt;P&gt;Table 3 &amp;amp; 4 'L2Distinct' and L3Distinct' are same as 'L1Distinct' but for L2 and L3 columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I want to do is take the columns 'L1Index' on table L1Distinct, 'L2Index on table L2Distinct and 'L3Index' on table L3Distinct and present them as a sequence in the original table....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if the numbers where 1, 3, 10 for example I'd like 1310 in the column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to DAX and struggling to do this. Any help would be appreciated. (Or even advice on an easier way to make a Batch ID based on all distinct values in each column having the same number ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 15:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1428497#M26630</guid>
      <dc:creator>chakrared</dc:creator>
      <dc:date>2020-10-12T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Batch ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1428541#M26631</link>
      <description>&lt;P&gt;This is an example of the table for visual help&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;So for example in the last row I'd want to have 2614 as a Batch ID. Problem making this for me with n00b DAX is that these are numbers and that each of the columns is from three seperate tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table relationships are like this: -&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 16:04:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1428541#M26631</guid>
      <dc:creator>chakrared</dc:creator>
      <dc:date>2020-10-12T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Batch ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429517#M26644</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="227452" data-lia-user-login="chakrared" class="lia-mention lia-mention-user"&gt;chakrared&lt;/a&gt; , Please try&amp;nbsp; a new column in table Source L1 to L3&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New column = related(L1Distinct[L1Index]) &amp;amp; related(L2Distinct[L2Index]) &amp;amp; related(L3Distinct[L3Index])&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 06:43:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429517#M26644</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-13T06:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Batch ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429641#M26645</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this can help&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:31:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429641#M26645</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-10-13T07:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make a Batch ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429788#M26652</link>
      <description>&lt;P&gt;Thank you so much. Works perfectly! &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:38:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-a-Batch-ID/m-p/1429788#M26652</guid>
      <dc:creator>chakrared</dc:creator>
      <dc:date>2020-10-13T08:38:15Z</dc:date>
    </item>
  </channel>
</rss>

