<?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: Distribute the total number of lines equally in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757862#M123647</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; tks for help me , but&amp;nbsp;I tested the sample.pbix file and I didn't understand why it has the &lt;STRONG&gt;"C"&lt;/STRONG&gt; analyst?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I couldn't reproduce the result as shown in your answer&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2024 12:07:46 GMT</pubDate>
    <dc:creator>Spotto</dc:creator>
    <dc:date>2024-03-12T12:07:46Z</dc:date>
    <item>
      <title>Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756277#M123599</link>
      <description>&lt;P&gt;Hi everyone, I have a simple example for understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to distribute the total records from &lt;STRONG&gt;table A to table B&lt;/STRONG&gt;&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;EQUALLY&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;*** Unfortunately, I don't have a field for relationships between tables&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CONTRACT - VALUE&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp;&lt;/P&gt;&lt;P&gt;E&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15&lt;/P&gt;&lt;P&gt;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20&lt;/P&gt;&lt;P&gt;G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;MARCELO&lt;/P&gt;&lt;P&gt;ROBERTA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;EXPECTED RESULT:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NAME&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CONTRACT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALOR&lt;/P&gt;&lt;P&gt;MARCELO&amp;nbsp; &amp;nbsp; &amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;/P&gt;&lt;P&gt;MARCELO&amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&amp;nbsp;&lt;/P&gt;&lt;P&gt;MARCELO&amp;nbsp; &amp;nbsp; &amp;nbsp;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;&lt;P&gt;ROBERTA&amp;nbsp; &amp;nbsp; &amp;nbsp; D&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp;&lt;/P&gt;&lt;P&gt;ROBERTA&amp;nbsp; &amp;nbsp; &amp;nbsp; E&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15&lt;/P&gt;&lt;P&gt;ROBERTA&amp;nbsp; &amp;nbsp; &amp;nbsp; F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&lt;/P&gt;&lt;P&gt;ROBERTA&amp;nbsp; &amp;nbsp; &amp;nbsp;G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If the division between contracts by analysts does not result in a complete result, an analyst may receive more contracts&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on how to do this distribution?&lt;/P&gt;&lt;P&gt;tks for help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 21:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756277#M123599</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-11T21:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756357#M123600</link>
      <description>&lt;P&gt;Does the size of the contract play any role?&amp;nbsp; Could you use PERCENTILEX.INC(...,0.5) ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:13:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756357#M123600</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-11T22:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756894#M123611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="5713" data-lia-user-login="Spotto" class="lia-mention lia-mention-user"&gt;Spotto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create two blank queries and put the following code to advanced editor in power query&lt;/P&gt;
&lt;P&gt;Query1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WclTSUTI0UIrViVZyAjKNIExnINMUzHIBsSCCriClEFE3hFJ3qGgsAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"CONTRACT " = _t, Value = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"CONTRACT ", type text}, {"Value", Int64.Type}}),
    #"Added Index" = Table.AddIndexColumn(#"Changed Type", "Index", 1, 1, Int64.Type)
in
    #"Added Index"&lt;/LI-CODE&gt;
&lt;P&gt;Query2:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8nUMcnb18VeK1YlWCvJ3cg0KcQSzk5ViYwE=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [NAME = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"NAME", type text}}),
    #"Added Index" = Table.AddIndexColumn(#"Changed Type", "Index", 1, 1, Int64.Type),
    #"Added Custom" = Table.AddColumn(#"Added Index", "Custom", each let a=List.Max(#"Query1"[Index]),
b=List.Max(#"Added Index"[Index]),
c=Number.RoundDown(a/b),
d=([Index]-1)*c
in if [Index]=b then List.Numbers(d+1,a-d) else List.Numbers([Index]*c-c+1,c)),
    #"Expanded Custom" = Table.ExpandListColumn(#"Added Custom", "Custom"),
    #"Merged Queries" = Table.NestedJoin(#"Expanded Custom", {"Custom"}, #"Query1", {"Index"}, "Query1", JoinKind.LeftOuter),
    #"Expanded Query1" = Table.ExpandTableColumn(#"Merged Queries", "Query1", {"CONTRACT ", "Value"}, {"CONTRACT ", "Value"}),
    #"Removed Columns" = Table.RemoveColumns(#"Expanded Query1",{"Index", "Custom"})
in
    #"Removed Columns"&lt;/LI-CODE&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;Output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 05:19:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3756894#M123611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-12T05:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757862#M123647</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; tks for help me , but&amp;nbsp;I tested the sample.pbix file and I didn't understand why it has the &lt;STRONG&gt;"C"&lt;/STRONG&gt; analyst?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I couldn't reproduce the result as shown in your answer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 12:07:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757862#M123647</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-12T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757867#M123649</link>
      <description>&lt;P&gt;The objective is to distribute the number of rows in table A to the analysts in table B. Could you give me an example using PERCENTILEX.INC?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 12:10:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757867#M123649</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-12T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757984#M123656</link>
      <description>&lt;P&gt;Here is how it would look like for your sample data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The first person would get the first three contracts and the second person all the other ones (the long tail).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As your sample size is small this will skew heavily in the favor of the first person.&amp;nbsp; With larger sample sizes that issue will be mitigated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An alternative would be a process to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- pick the highest value for person 1&lt;/P&gt;
&lt;P&gt;- keep picking the next highest values for person 2 until the sum is higher than what 1 has&lt;/P&gt;
&lt;P&gt;- repeat the process until everything is distributed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That would result in the following for your sample :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D 1&lt;/P&gt;
&lt;P&gt;B 2&lt;/P&gt;
&lt;P&gt;F 2&lt;/P&gt;
&lt;P&gt;E 2&lt;/P&gt;
&lt;P&gt;G 1&lt;/P&gt;
&lt;P&gt;A 2&lt;/P&gt;
&lt;P&gt;C 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with a total of 65 for&amp;nbsp; person 1 and 70 for person 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obviously this is not something you should even attempt to do in Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless - you have some more realistic sample data. I'd be willing to play with fire and try this in Power Query.&amp;nbsp; (You would always have the alternative to use Python or R code, but that comes with severe limitations).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 12:59:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3757984#M123656</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-12T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758236#M123667</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a larger sample, tks for help me&lt;BR /&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1bbXtGrCSOtuqTL1Pj_GyCHPU2Pmk5VZu/edit?usp=sharing&amp;amp;ouid=102462386175668257544&amp;amp;rtpof=true&amp;amp;sd=true" target="_self"&gt;Example.xls&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758236#M123667</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-12T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758326#M123672</link>
      <description>&lt;P&gt;You have multiple rows for each contract.&amp;nbsp; Should they all be assigned to the same rep or can they be distributed?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:58:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758326#M123672</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-12T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758364#M123674</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Even if you have repeated contracts, you can distribute them to other analysts, yes, because the complete database will have other columns that I will make a key for.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:12:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758364#M123674</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-12T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758701#M123689</link>
      <description>&lt;P&gt;You have negative contract values !!!&amp;nbsp; Not cool!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a Power Query based solution.&amp;nbsp; Power BI was unable to complete this, it ran out of memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;There's a bug with the last contract, but maybe you can figure that out yourself.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 17:55:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3758701#M123689</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-12T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3759116#M123718</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="5713" data-lia-user-login="Spotto" class="lia-mention lia-mention-user"&gt;Spotto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The c just for test, you can remove it , I have remove the c, you can see the new attachments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 00:53:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3759116#M123718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-13T00:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3760608#M123740</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your help and solution but the idea would be to &lt;STRONG&gt;distribute the number of lines or contracts from table A to the analysts&lt;/STRONG&gt; and not sum, I did a count by analyst in your file and saw that the lines by analysts are very different would it be possible to please have an adjustment in your presented solution?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:16:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3760608#M123740</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-13T12:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3760981#M123756</link>
      <description>&lt;P&gt;Where's the fun in that?&amp;nbsp; You can use the same approach (you can modify my Power Query code) but it will result in very lopsided value distribution.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 14:35:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3760981#M123756</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-13T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761097#M123761</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;This power bi will be used to distribute contracts equally for analysts to carry out analyzes and validations, this will be the fun &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;tks for help&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 15:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761097#M123761</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-13T15:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761160#M123764</link>
      <description />
      <pubDate>Wed, 13 Mar 2024 16:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761160#M123764</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-13T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute the total number of lines equally</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761330#M123767</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;tks so&amp;nbsp;much, it worked perfectly&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 17:09:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Distribute-the-total-number-of-lines-equally/m-p/3761330#M123767</guid>
      <dc:creator>Spotto</dc:creator>
      <dc:date>2024-03-13T17:09:15Z</dc:date>
    </item>
  </channel>
</rss>

