<?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: How to union multiple columns in a new table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235191#M118876</link>
    <description>&lt;P&gt;I already try this, but it didn't work. I try unpivot the payment columns but the dates interact in a strange way. I had a similar case a few months ago but I don't know why it does not work now.&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 08:39:42 GMT</pubDate>
    <dc:creator>ScripTeapot_</dc:creator>
    <dc:date>2023-05-15T08:39:42Z</dc:date>
    <item>
      <title>How to union multiple columns in a new table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235093#M118869</link>
      <description>&lt;P&gt;I need help to order this data in a new table; I made a mock data to exemplify how they gave me the data.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The thing is, in january a certain amount of clients were charged for a number of day of service but they not necessarily paid in january. The same for the charged period of february and march. I need to order all the payment columns and all the dates columns into one column for each one; all the jan dates and amount first, the feb next and so on. Also, I need to identify from what month charged is. Like the next example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The amount of clients may differ one month from another, so a need the blank spaces to see who has not paid.&lt;BR /&gt;&lt;BR /&gt;I need this data in a new table to visualize correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 07:53:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235093#M118869</guid>
      <dc:creator>ScripTeapot_</dc:creator>
      <dc:date>2023-05-15T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to union multiple columns in a new table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235170#M118872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="521555" data-lia-user-login="ScripTeapot_" class="lia-mention lia-mention-user"&gt;ScripTeapot_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better to use poerr query to unpivot these columns. The column headers will become attributes in the Attribute column and the values will be in the Value column&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 08:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235170#M118872</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T08:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to union multiple columns in a new table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235191#M118876</link>
      <description>&lt;P&gt;I already try this, but it didn't work. I try unpivot the payment columns but the dates interact in a strange way. I had a similar case a few months ago but I don't know why it does not work now.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 08:39:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235191#M118876</guid>
      <dc:creator>ScripTeapot_</dc:creator>
      <dc:date>2023-05-15T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to union multiple columns in a new table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235209#M118879</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="521555" data-lia-user-login="ScripTeapot_" class="lia-mention lia-mention-user"&gt;ScripTeapot_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Then split it into 3 queries each one Date and one Value column then append the 3 queries.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 08:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-union-multiple-columns-in-a-new-table/m-p/3235209#M118879</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T08:46:25Z</dc:date>
    </item>
  </channel>
</rss>

