<?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: Create table from unrelated columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386625#M61855</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;To start you could use CROSSJOIN&lt;/P&gt;&lt;P&gt;CROSSJOIN(VALUES(Dates[Date]),&amp;nbsp;&lt;BR /&gt;VALUES(Cars[Brand])&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 15:03:25 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-03-10T15:03:25Z</dc:date>
    <item>
      <title>Create table from unrelated columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386567#M61852</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I would like to create a table containing all possible combinations of two unrelated columns from unrelated tables.&lt;BR /&gt;So I would like to do something like this, which obviously does not work in it's current form.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;SUMMARIZE('Dates', 'Dates'[Date], 'Cars'[Brand])&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Intention is to create results for every possible combination like for example:&lt;BR /&gt;&lt;BR /&gt;AVERAGEX (&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;Table unrelated columns&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;DIVIDE ( [Some Measure], __SomeVariable, BLANK () )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 14:44:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386567#M61852</guid>
      <dc:creator>Bamse</dc:creator>
      <dc:date>2022-03-10T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create table from unrelated columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386598#M61853</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179932" data-lia-user-login="Bamse" class="lia-mention lia-mention-user"&gt;Bamse&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this should do it&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CROSSJOIN (
            VALUES ( 'Dates'[Date] ),
            VALUES ( 'Cars'[Brand] )
        )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Mar 2022 14:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386598#M61853</guid>
      <dc:creator>PaulOlding</dc:creator>
      <dc:date>2022-03-10T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create table from unrelated columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386625#M61855</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;To start you could use CROSSJOIN&lt;/P&gt;&lt;P&gt;CROSSJOIN(VALUES(Dates[Date]),&amp;nbsp;&lt;BR /&gt;VALUES(Cars[Brand])&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 15:03:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386625#M61855</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-10T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create table from unrelated columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386630#M61857</link>
      <description>&lt;P&gt;Sorry Paul, I didn't see your reply!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 15:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-table-from-unrelated-columns/m-p/2386630#M61857</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-10T15:04:53Z</dc:date>
    </item>
  </channel>
</rss>

