<?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 control table/matrix date columns with filter? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1841630#M39293</link>
    <description>&lt;P&gt;Thank you Paul what a great solution. I'll just need some more research as the Source columns in both tables are erroring due to a cyclic reference. Not sure why....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the Source was just named 'Table' in both queries leaving me no way to identify them. Is there a way of renaming them manually?&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 23:53:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-13T23:53:24Z</dc:date>
    <item>
      <title>How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1839699#M39239</link>
      <description>&lt;P&gt;Hi I have two tables from different data sources that look like this, with values under month columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to set up a date/month filter to control the columns that show on both tables and compare the values from the different sources?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 02:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1839699#M39239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-13T02:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1839919#M39245</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need to create a common date table with date, month year , year columns and use date table as column in visual &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :&lt;A href="https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions" target="_blank"&gt;radacad&lt;/A&gt; &lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;sqlbi&lt;/A&gt; &lt;A href="https://www.youtube.com/playlist?list=PLPaNVDMhUXGYLz-w8ERQOo3KYARs7GgG-" target="_blank"&gt;My Video Series&lt;/A&gt; Appreciate your Kudos. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 05:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1839919#M39245</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-13T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1840426#M39252</link>
      <description>&lt;P&gt;Sorry buddy i don't get it. I want the date columns in my table to appear and disappear according to a filter. Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've&amp;nbsp; been trying to merge the queries but with no success. While this won't solve my problem it might help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what i'd like the merge to give me:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It'd join the two tables aligning the matching columns. I known it might make more sense tweaking the raw data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering if PowerBI can do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1840426#M39252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-13T09:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1840512#M39254</link>
      <description>&lt;P&gt;I'd advise a bit of remodelling in power query so the data's easier for Power BI to work with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First highlight all the month columns then click Unpivot Columns&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The data will now look like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Add a Custom Column to have the source&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Repeat the same steps for your second table.&lt;/P&gt;&lt;P&gt;Finally, use 'Append Queries' to get a single table with all the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can use a matrix, or any other visual that makes sense, to visualise the data and have a slicer on Attribute (you'll probably want to rename that column in Power Query) to filter just selected months&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 10:05:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1840512#M39254</guid>
      <dc:creator>PaulOlding</dc:creator>
      <dc:date>2021-05-13T10:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1841630#M39293</link>
      <description>&lt;P&gt;Thank you Paul what a great solution. I'll just need some more research as the Source columns in both tables are erroring due to a cyclic reference. Not sure why....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the Source was just named 'Table' in both queries leaving me no way to identify them. Is there a way of renaming them manually?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 23:53:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1841630#M39293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-13T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to control table/matrix date columns with filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1841781#M39296</link>
      <description>&lt;P&gt;All sorted it works perfectly. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 02:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-control-table-matrix-date-columns-with-filter/m-p/1841781#M39296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-14T02:08:12Z</dc:date>
    </item>
  </channel>
</rss>

