<?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: count number of lines and separate them into two columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267714#M121007</link>
    <description>&lt;P&gt;&lt;SPAN&gt;=Table.SplitColumn(PreviousStepName,"Alers",each List.Transform(List.Zip(List.Split(Text.Split(_,"#(lf)"),2)),each Text.Combine(_,"#(lf)")),{"Alerts1","Alerts2"})&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 05:43:50 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2023-06-05T05:43:50Z</dc:date>
    <item>
      <title>count number of lines and separate them into two columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267161#M120963</link>
      <description>&lt;P&gt;Hii, I'm new to powerbi. For the below table, for each cutomer Id, I want to split the "Alerts" column into two columns based on position of the line. The odd ones should get stored into Alerts1 and even ones into Alerts2. I'm not able to do this. Can anyone help me with this. Thank you.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 17:11:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267161#M120963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-04T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: count number of lines and separate them into two columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267465#M120987</link>
      <description>&lt;P&gt;=Table.SplitColumn(PreviousStepName,"Alers",each List.Transform(List.Zip(List.Split(Text.Split(_,"#(lf)"),2)),eacth Text.Combine(_,"#(lf)"),{"Alerts1","Alerts2"})&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 00:39:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267465#M120987</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-06-05T00:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: count number of lines and separate them into two columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267681#M121003</link>
      <description>&lt;P&gt;Hii, Thanks for your reply. After applying this formula, I'm getting this below error.&lt;BR /&gt;Expression.Error: 3 arguments were passed to a function which expects 2.&lt;BR /&gt;Details:&lt;BR /&gt;Pattern=&lt;BR /&gt;Arguments=[List]&lt;BR /&gt;Can you please tell me why it is coming? Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 04:49:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267681#M121003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-05T04:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: count number of lines and separate them into two columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267714#M121007</link>
      <description>&lt;P&gt;&lt;SPAN&gt;=Table.SplitColumn(PreviousStepName,"Alers",each List.Transform(List.Zip(List.Split(Text.Split(_,"#(lf)"),2)),each Text.Combine(_,"#(lf)")),{"Alerts1","Alerts2"})&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 05:43:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267714#M121007</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-06-05T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: count number of lines and separate them into two columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267799#M121013</link>
      <description>&lt;P&gt;Thank you so much. It worked.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:31:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-number-of-lines-and-separate-them-into-two-columns/m-p/3267799#M121013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-05T06:31:26Z</dc:date>
    </item>
  </channel>
</rss>

