<?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: Creating Dimtable with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dimtable-with-DAX/m-p/835006#M6142</link>
    <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;assuming that all your tables have the column [Type], you can use this code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dimtable =
DISTINCT (
    UNION (
        SUMMARIZE ( 'Loan', 'Loan'[Service], 'Loan'[Type] ),
        SUMMARIZE ( 'Borrower', 'Borrower'[Service], 'Borrower'[Type] ),
        SUMMARIZE ( 'Pipeline', 'Pipeline'[Service], 'Pipeline'[Type] )
    )
)&lt;/LI-CODE&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>Fri, 01 Nov 2019 14:16:15 GMT</pubDate>
    <dc:creator>sturlaws</dc:creator>
    <dc:date>2019-11-01T14:16:15Z</dc:date>
    <item>
      <title>Creating Dimtable with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dimtable-with-DAX/m-p/833904#M6095</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a dimtable from four different tables. I am using DISTINCT to select the columns.&lt;/P&gt;&lt;P&gt;The columns are Service and Type. As you see in the DAX formula and the screenshot I have only Service in my dimtable.&lt;/P&gt;&lt;P&gt;I want to include Type column in this table. So I want to extend this DAX formule with Type. How must I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimtable = DISTINCT(UNION(DISTINCT('Loan'[Service]), DISTINCT('Loan'[Service]), DISTINCT(Borrower'[Service]), DISTINCT('Pipeline'[Service])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Oct 2019 12:32:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dimtable-with-DAX/m-p/833904#M6095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dimtable with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dimtable-with-DAX/m-p/835006#M6142</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;assuming that all your tables have the column [Type], you can use this code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dimtable =
DISTINCT (
    UNION (
        SUMMARIZE ( 'Loan', 'Loan'[Service], 'Loan'[Type] ),
        SUMMARIZE ( 'Borrower', 'Borrower'[Service], 'Borrower'[Type] ),
        SUMMARIZE ( 'Pipeline', 'Pipeline'[Service], 'Pipeline'[Type] )
    )
)&lt;/LI-CODE&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>Fri, 01 Nov 2019 14:16:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dimtable-with-DAX/m-p/835006#M6142</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-11-01T14:16:15Z</dc:date>
    </item>
  </channel>
</rss>

