<?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 AddColumns function with criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053917#M105281</link>
    <description>&lt;P&gt;Hi Folks.&lt;/P&gt;&lt;P&gt;Trying to do the following:&lt;/P&gt;&lt;P&gt;- search for column headers ending with '_time'&lt;/P&gt;&lt;P&gt;- duplicate, or AddColumns, column and change type.&lt;/P&gt;&lt;P&gt;existing table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;table after change&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 23:27:54 GMT</pubDate>
    <dc:creator>aherabit</dc:creator>
    <dc:date>2023-01-31T23:27:54Z</dc:date>
    <item>
      <title>AddColumns function with criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053917#M105281</link>
      <description>&lt;P&gt;Hi Folks.&lt;/P&gt;&lt;P&gt;Trying to do the following:&lt;/P&gt;&lt;P&gt;- search for column headers ending with '_time'&lt;/P&gt;&lt;P&gt;- duplicate, or AddColumns, column and change type.&lt;/P&gt;&lt;P&gt;existing table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;table after change&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 23:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053917#M105281</guid>
      <dc:creator>aherabit</dc:creator>
      <dc:date>2023-01-31T23:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: AddColumns function with criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053956#M105286</link>
      <description>&lt;P&gt;it will be easier to process this in PowerQuery&lt;/P&gt;
&lt;P&gt;NewStep=Table.FromRecords(Table.TransformRows(PreviousStepName,each Record.TransformFields(_,List.Transform(List.Select(Record.FieldNames(_),each Text.EndsWith(_,"_time")),(x)=&amp;gt;{x&amp;amp;"_copy",(y)=&amp;gt;Time.From(Record.Field(_,x))}),2)))&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 00:16:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053956#M105286</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-02-01T00:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: AddColumns function with criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053966#M105289</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 00:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AddColumns-function-with-criteria/m-p/3053966#M105289</guid>
      <dc:creator>aherabit</dc:creator>
      <dc:date>2023-02-01T00:38:57Z</dc:date>
    </item>
  </channel>
</rss>

