<?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 time value column in DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1629023#M32977</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268265" data-lia-user-login="chavanr" class="lia-mention lia-mention-user"&gt;chavanr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I got your reuirement right, please try below dax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Time in New2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RIGHT( 'Time Split'[TIme in new] , 10) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If still it doesn't work create another column and use Trim function to remove extra spaces.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Ankit Kukreja&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/ankit-kukreja1904" target="_blank" rel="noopener"&gt;www.linkedin.com/in/ankit-kukreja1904&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Jan 2021 12:34:34 GMT</pubDate>
    <dc:creator>AnkitKukreja</dc:creator>
    <dc:date>2021-01-28T12:34:34Z</dc:date>
    <item>
      <title>Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624648#M32828</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a new calculated column with "concatenate" function&amp;nbsp; &amp;amp; need to split the same new column as per the "-" seperator.&lt;/P&gt;&lt;P&gt;I need the time value which is on the&lt;STRONG&gt; right side as my Output&lt;/STRONG&gt;, for which I have used RIGHT function but it is not quite useful as the space length is giving a extra letter from the concatenate function for some values if I adjust the length then I miss the one letter (please see below)&lt;/P&gt;&lt;P&gt;&lt;img /&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;I was wondering if we anyone has solution to fix this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks !!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 21:51:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624648#M32828</guid>
      <dc:creator>chavanr</dc:creator>
      <dc:date>2021-01-26T21:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624882#M32839</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268265" data-lia-user-login="chavanr" class="lia-mention lia-mention-user"&gt;chavanr&lt;/a&gt; , Try a new column like this in DAX&lt;/P&gt;
&lt;P&gt;right([time in new] , len([time in new]) - search("-",[time in new],,0)+1)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 02:28:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624882#M32839</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-27T02:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624886#M32840</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&amp;nbsp;will try !!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 02:22:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1624886#M32840</guid>
      <dc:creator>chavanr</dc:creator>
      <dc:date>2021-01-27T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1627521#M32936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Facing a issue with format now, after concatenate, the "Time In New" column is converted to text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message"Cannot convert value '9:32:30 AM-' of type text to type number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did use the FORMAT for the "Time In New" column but is still gives in text format&lt;/P&gt;&lt;P&gt;Is there a workaround for this one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 01:34:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1627521#M32936</guid>
      <dc:creator>chavanr</dc:creator>
      <dc:date>2021-01-28T01:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1629023#M32977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268265" data-lia-user-login="chavanr" class="lia-mention lia-mention-user"&gt;chavanr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I got your reuirement right, please try below dax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Time in New2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RIGHT( 'Time Split'[TIme in new] , 10) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If still it doesn't work create another column and use Trim function to remove extra spaces.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Ankit Kukreja&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/ankit-kukreja1904" target="_blank" rel="noopener"&gt;www.linkedin.com/in/ankit-kukreja1904&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jan 2021 12:34:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1629023#M32977</guid>
      <dc:creator>AnkitKukreja</dc:creator>
      <dc:date>2021-01-28T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1640617#M33316</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251452" data-lia-user-login="AnkitKukreja" class="lia-mention lia-mention-user"&gt;AnkitKukreja&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am already using the RIGHT function &amp;amp; also tried to use the trim function(to remove spaces) as well but not useful as it is converting the data type 'time' to 'text' &amp;amp; removes the seconds value for the time stamp&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 03:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1640617#M33316</guid>
      <dc:creator>chavanr</dc:creator>
      <dc:date>2021-02-03T03:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Split time value column in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1640765#M33321</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268265" data-lia-user-login="chavanr" class="lia-mention lia-mention-user"&gt;chavanr&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can try this.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;New Time = RIGHT( Recordings[Time], 11)&lt;BR /&gt;After calculating change to time.&lt;BR /&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Feb 2021 06:02:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-time-value-column-in-DAX/m-p/1640765#M33321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T06:02:40Z</dc:date>
    </item>
  </channel>
</rss>

