<?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: Split field into multiple column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916840#M8917</link>
    <description>&lt;P&gt;Yes,&amp;nbsp; here is my data&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to see:&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;Thanks for all your effort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 18:48:25 GMT</pubDate>
    <dc:creator>Yucy</dc:creator>
    <dc:date>2020-01-30T18:48:25Z</dc:date>
    <item>
      <title>Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/912855#M8768</link>
      <description>&lt;P&gt;Hello everyone, I want to split one field into multiple columns or rows, the content in the field are like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2020-01-03 02:21:12 PM - James (Work notes)&lt;BR /&gt;plan resurrected notified to proceed&lt;BR /&gt;&lt;BR /&gt;2020-01-03 11:14:12 AM - Tom (Work notes)&lt;BR /&gt;Plan completed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2020-01-02 10:00:01 - Mary (Work notes)&lt;/P&gt;&lt;P&gt;received a new plan&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I like to split this field into three notes column or row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/912855#M8768</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-27T19:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913049#M8770</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="79174" data-lia-user-login="Yucy" class="lia-mention lia-mention-user"&gt;Yucy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this could solved by using the Split-function in Power Query/Advanced editor in Power BI. The first split is pretty simple, if all your values are formatted the same way. Split on the right most occurence of "-".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second split is a bit more tricky, because you have to handle a new line(either Line feed or carriage return or both). Here is a description of how to do it:&amp;nbsp;&lt;A href="http://excelguru.ca/blog/2015/10/16/split-by-line-breaks/" target="_self"&gt;excelguru.ca/blog/2015/10/16/split-by-line-breaks/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Sturla&lt;BR /&gt;&lt;BR /&gt;If this post helps, then please consider Accepting it as the solution. Kudos are nice too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 23:28:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913049#M8770</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-27T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913380#M8776</link>
      <description>&lt;P&gt;Go to edit query -&amp;gt; Split column -&amp;gt; give delimiter there and then close and apply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YOu will have your required columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 08:09:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913380#M8776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-28T08:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913781#M8788</link>
      <description>&lt;P&gt;thanks, helped a lot. However, I want to split the note fields into multiple as long as a new date show up, but not only by line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: I want the filed below split into 3 but not 9 columns&lt;/P&gt;&lt;P&gt;2020-01-06 11:05:17 AM - Bob (Work notes)&lt;BR /&gt;This Case will be Resolved as there is no correction.&lt;/P&gt;&lt;P&gt;2020-01-06 10:40:49 AM - Bob (Work notes)&lt;BR /&gt;A review of CCT shows that the Transfer sets out the name as Lake No. Therefore, there is no correction for Resolutions to do.&lt;/P&gt;&lt;P&gt;I have talked to K&amp;nbsp;and informed her of the error&lt;/P&gt;&lt;P&gt;I have removed the locks&lt;/P&gt;&lt;P&gt;I have also emailed Sher thanking her for bringing this to our attention&lt;/P&gt;&lt;P&gt;2020-01-02 02:06:39 PM - Tam(Work notes)&lt;BR /&gt;Standard Corrections&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 15:24:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/913781#M8788</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-28T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914151#M8803</link>
      <description>&lt;P&gt;The split column in Power Query is still your best option to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First split your column by the left most " - ", that is space score space:&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;Then split the remaining column by #(lf):&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But this step requires that you manually edit M-code in the Advances editor according to the link in my prevoius answer.&lt;/P&gt;&lt;P&gt;Once that is solved, your data should look like this:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Sturla&lt;BR /&gt;&lt;BR /&gt;If this post helps, then please consider Accepting it as the solution. Kudos are nice too.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 21:21:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914151#M8803</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-28T21:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914226#M8805</link>
      <description>&lt;P&gt;Thanks so much, I am sorry I was not clare, my example is all in one filed, but not three fields in three row.&lt;/P&gt;&lt;P&gt;Here is a screenshot of my data, one field has two notes, another two has nothing, and another one only has one field. I need to split the notes&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jan 2020 22:28:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914226#M8805</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-28T22:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914254#M8807</link>
      <description>&lt;P&gt;Could you, based on the sample data you have provided, show in an excel sheet how you would like your data to look like at the end?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 22:56:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/914254#M8807</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-28T22:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/915179#M8860</link>
      <description>&lt;P&gt;Here is my data in powerbi,&amp;nbsp; i would to see either split the multiple worknotes in the same field into multiple column, or split it into multi row. However if it is multi row, the assigned to has to repeat, Also, one could have no worknotes, one could have one worknote, and could have 2,3,4,5 or more&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;</description>
      <pubDate>Wed, 29 Jan 2020 14:18:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/915179#M8860</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-29T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/915701#M8879</link>
      <description>&lt;P&gt;I found a solution, but it might be a bit fragile. It relies on&amp;nbsp;&lt;EM&gt;(Work notes)&amp;nbsp;&lt;/EM&gt;being at the end of the line that defines a new entry.&lt;BR /&gt;&lt;BR /&gt;Here is a report which shows how it can be achieved: &lt;A href="https://www.dropbox.com/s/aa9bgbx1opjb2lh/Split%20field%20into%20multiple%20column.pbix?dl=0" target="_self"&gt;report&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 23:10:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/915701#M8879</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-29T23:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916651#M8906</link>
      <description>&lt;P&gt;Much appreciated. But it still not I want&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 15:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916651#M8906</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-30T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916800#M8908</link>
      <description>&lt;P&gt;Then perhaps explain exactly what you want to achieve by using excel, and post a screenshot?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 17:52:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916800#M8908</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-30T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916840#M8917</link>
      <description>&lt;P&gt;Yes,&amp;nbsp; here is my data&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to see:&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;Thanks for all your effort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 18:48:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916840#M8917</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-30T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916920#M8919</link>
      <description>&lt;P&gt;Perfect. In retrospect, those two screenshots is what you should have posted in your first post &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Also, my bad on the report I uploaded, I somehow must not have saved the last version I was working with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this instead:&amp;nbsp;&lt;A href="https://www.dropbox.com/s/fw81h93f73mi47m/Split%20field%20into%20multiple%20column2.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/fw81h93f73mi47m/Split%20field%20into%20multiple%20column2.pbix?dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 19:59:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/916920#M8919</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-01-30T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Split field into multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/918057#M8949</link>
      <description>&lt;P&gt;Thank you so much, that is exactly what I was looking for. Much Appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:41:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-field-into-multiple-column/m-p/918057#M8949</guid>
      <dc:creator>Yucy</dc:creator>
      <dc:date>2020-01-31T15:41:14Z</dc:date>
    </item>
  </channel>
</rss>

