<?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 How to link with date table with columns having &amp;quot;Month Usage&amp;quot;, &amp;quot;Month Domain&amp;quot;, &amp;quot;Month Users&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522280#M29726</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a date table with multiple columns such as Day, Week, Month, Quarter, Year, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't know how to link it with my data set which does not have a direct date match. The columns in the second table are as follow:&lt;/P&gt;&lt;P&gt;Customer Name,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;Dec 2020 Users,&lt;/P&gt;&lt;P&gt;Dec 2020 Messages,&lt;/P&gt;&lt;P&gt;Nov 2020 Users,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nov 2020 Messages,&lt;/P&gt;&lt;P&gt;Oct 2020 Users,&lt;/P&gt;&lt;P&gt;Oct 2020 Messages,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that I deal with data sets that are for an entire month and not by individual date (1,2,3,4....31). I have around 1,000 customers and therefore the tables would span over 1,000 rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please help me connect my dataset with the date table so I can slice and dice based on months?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Nov 2020 06:03:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-29T06:03:03Z</dc:date>
    <item>
      <title>How to link with date table with columns having "Month Usage", "Month Domain", "Month Users"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522280#M29726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a date table with multiple columns such as Day, Week, Month, Quarter, Year, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't know how to link it with my data set which does not have a direct date match. The columns in the second table are as follow:&lt;/P&gt;&lt;P&gt;Customer Name,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;Dec 2020 Users,&lt;/P&gt;&lt;P&gt;Dec 2020 Messages,&lt;/P&gt;&lt;P&gt;Nov 2020 Users,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nov 2020 Messages,&lt;/P&gt;&lt;P&gt;Oct 2020 Users,&lt;/P&gt;&lt;P&gt;Oct 2020 Messages,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that I deal with data sets that are for an entire month and not by individual date (1,2,3,4....31). I have around 1,000 customers and therefore the tables would span over 1,000 rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please help me connect my dataset with the date table so I can slice and dice based on months?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 06:03:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522280#M29726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-29T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to link with date table with columns having "Month Usage", "Month Domain", "Month Users"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522359#M29732</link>
      <description>&lt;P&gt;A calendar table does not need to be at the date level. It can be at the Month level, as you have Indicated. Just make sure you have a unique ID for the lowest level of granularity (mm:-yyyy) and a matching column in your data table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 10:24:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522359#M29732</guid>
      <dc:creator>MattAllington</dc:creator>
      <dc:date>2020-11-29T10:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to link with date table with columns having "Month Usage", "Month Domain", "Month Users"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522865#M29757</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you can transform your customer data column into date, according its field names. then you can create a relationship to date table.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 01:57:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-link-with-date-table-with-columns-having-quot-Month-Usage/m-p/1522865#M29757</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-30T01:57:23Z</dc:date>
    </item>
  </channel>
</rss>

