<?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 Calculated Column Filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1172296#M18105</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping to get some help from other PBI users on the below. I have three sets of hisorical data which are refreshed on a periodical basis. The data sits in three different tables:&lt;/P&gt;&lt;P&gt;1. TOTAL&lt;/P&gt;&lt;P&gt;2. BUSINESS 1&lt;/P&gt;&lt;P&gt;3. BUSINESS 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The three tables have the same amount of column as below.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Area&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;Business Unit&lt;/TD&gt;&lt;TD&gt;Month / Year&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;April 2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The things that I need to do is to perform a future income projection based on the following formula (Assuming I now have historical data of the past 2 months, to find the income for month 3 and onward, I will also assume that it is a constant value):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month 3 and onward income&lt;/STRONG&gt; = &lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is such that I will output the data in 12 consecutive months:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month / Year&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;June 2020&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;July 2020&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I apply slicer filter, the value does not change (If I were to use MEASURE, the value will change accordingly, however this does not work for COLUMN). I am using COLUMN as I would like to display the values in consecutive 12 months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to apply:&lt;/P&gt;&lt;P&gt;- filter = selectedvalues, this does not work&lt;/P&gt;&lt;P&gt;- relatedtable, this does not work too&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone with similar experience who might be able to give me some pointers, please? Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 09:09:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-21T09:09:07Z</dc:date>
    <item>
      <title>Calculated Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1172296#M18105</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping to get some help from other PBI users on the below. I have three sets of hisorical data which are refreshed on a periodical basis. The data sits in three different tables:&lt;/P&gt;&lt;P&gt;1. TOTAL&lt;/P&gt;&lt;P&gt;2. BUSINESS 1&lt;/P&gt;&lt;P&gt;3. BUSINESS 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The three tables have the same amount of column as below.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Area&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;Business Unit&lt;/TD&gt;&lt;TD&gt;Month / Year&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;April 2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The things that I need to do is to perform a future income projection based on the following formula (Assuming I now have historical data of the past 2 months, to find the income for month 3 and onward, I will also assume that it is a constant value):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month 3 and onward income&lt;/STRONG&gt; = &lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is such that I will output the data in 12 consecutive months:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month / Year&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;June 2020&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;July 2020&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income (Total) - Income (Business 1) - Income (Business 2)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I apply slicer filter, the value does not change (If I were to use MEASURE, the value will change accordingly, however this does not work for COLUMN). I am using COLUMN as I would like to display the values in consecutive 12 months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to apply:&lt;/P&gt;&lt;P&gt;- filter = selectedvalues, this does not work&lt;/P&gt;&lt;P&gt;- relatedtable, this does not work too&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone with similar experience who might be able to give me some pointers, please? Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 09:09:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1172296#M18105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-21T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1172483#M18116</link>
      <description>&lt;P&gt;How is this approach supposed to help you with income projection?&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can plot your existing data and then in the analytics section choose a forecast line.&lt;/P&gt;&lt;P&gt;Alternatively, pick an extrapolation formula and apply it.&amp;nbsp; Predicting one month from the performance of another mont will be rather crude - you will want to consider seasonality too (ie you want to include the same month last year in your formula)&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 17:14:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1172483#M18116</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-21T17:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1210921#M19492</link>
      <description>&lt;P&gt;Thank you for your reply. The projection is a very crude one and makes assumption that in the following months, the expected income is equal to the average of the past data. Therefore the constant value - yes it is indeed not a very accurate one due to the big uncertainties in the business.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway I have managed to resolve this by creating a new table to put all data into a single table. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 07:18:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-Column-Filter/m-p/1210921#M19492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T07:18:01Z</dc:date>
    </item>
  </channel>
</rss>

