<?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: Daily Required Run rate in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961921#M98693</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;I have&amp;nbsp; tried this measure it is reflecting only for first day of the month ...how can i get it daily ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 08:55:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-12T08:55:55Z</dc:date>
    <item>
      <title>Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961626#M98668</link>
      <description>&lt;P&gt;Hello ,&lt;BR /&gt;&lt;SPAN&gt;I want to add a calculated column of the daily&amp;nbsp; required run rate by the company. My data looks like below.&lt;BR /&gt;&lt;/SPAN&gt;I have 2 tables ( 1 for acheived data and other for planned data ) to check the performance i need to show what is the daily runrate should be to acheive plannd value.&lt;BR /&gt;thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&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>Mon, 12 Dec 2022 07:01:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961626#M98668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T07:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961709#M98678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Are the two tables connect with a relatioship? If so, what type of relationship and based on whih column? Do you have a date table? Can you please provide sample of the source data along with the expected result? The calculated column need to be created in which table?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 07:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961709#M98678</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-12T07:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961734#M98681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;If you have a plan for only one date, you can break it into days, try this event&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VAR _plan = [_Plan margin]
VAR _2AmountDatesMount = DAY(EOMONTH(MIN('Календар'[Date]),0))
VAR _3PlanDates =DIVIDE(_Plan, _2AmountDatesMount)
VAR _4 = DATEDIFF( MIN('Dates'[Date]),MAX('Dates'[Date]),DAY)+1 
return
_3PlanDates*_4&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 07:48:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961734#M98681</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T07:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961921#M98693</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;I have&amp;nbsp; tried this measure it is reflecting only for first day of the month ...how can i get it daily ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 08:55:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961921#M98693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961940#M98695</link>
      <description>&lt;P&gt;hello thank you for your reply firstlt there is no relation between twi tables except date column and I am getting achived values on DAILY basis and planned values on MONTHLY basis attatching both the data tables along with the desired results&amp;nbsp;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 08:58:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961940#M98695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961958#M98698</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;You need to unlink the plan table from the date table&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961958#M98698</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961987#M98699</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; values are coming incorrect now&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961987#M98699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T09:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961998#M98701</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;add a sliser with dates from the plan and from the actual (or date table)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:16:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2961998#M98701</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962013#M98703</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;add a stacker with dates from the plan and from the actual (or date table)&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:18:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962013#M98703</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T09:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962089#M98705</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; thank you for your reply i am taking date column in table visual from calendar date table and now &lt;STRONG&gt;spend values are&amp;nbsp; changing by date(actual table)&lt;/STRONG&gt;&amp;nbsp;slicer and &lt;STRONG&gt;planned values are changing by date(planned table) slicer&amp;nbsp;&lt;/STRONG&gt;whcih means table is not filtering only by one slicer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:49:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962089#M98705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962097#M98706</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;that's right, my reports also use two date slices&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:53:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962097#M98706</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962133#M98710</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; cant we acheive this by using one slicer ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;plus in your report have you calculated daily runrate ?&lt;/P&gt;&lt;P&gt;if yes may I have pbix. file for the same&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:00:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962133#M98710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962179#M98712</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Can you provide non-confidential sample data so I can test something?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:22:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962179#M98712</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T10:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962204#M98714</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; Yes , where should I send you the sample data file? can I have your email address ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:33:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962204#M98714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962467#M98740</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Hi,&amp;nbsp;I have created my test data, please review the file and try to reproduce.&lt;BR /&gt;What i did&lt;BR /&gt;1&amp;nbsp;We transfer the plan to the main table (LOOKUPVALUE) - New colum&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;plan = LOOKUPVALUE('plan'[plan], plan[Data], 'data'[Dates] )&lt;/LI-CODE&gt;
&lt;P&gt;2&amp;nbsp;We calculate the number of days in a month (Number of days) - new colum&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Number of days = DAY(EOMONTH(MIN('data'[Dates]),0))&lt;/LI-CODE&gt;
&lt;P&gt;3&amp;nbsp;We calculate what the plan will be for one day&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Plan_one_dates = DIVIDE([plan],[Number of days])&lt;/LI-CODE&gt;
&lt;P&gt;4&amp;nbsp;We allocate a plan for one day in the section of other dates&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;plan_dates = MAXX(FILTER('data','data'[Dates] &amp;lt;= EARLIER([Dates])),[Plan_one_dates])&lt;/LI-CODE&gt;
&lt;P&gt;Result&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:36:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2962467#M98740</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-12T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964132#M98853</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp;Hii while creating column to transfer data to main table i m facing an issue&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 05:07:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964132#M98853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T05:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964230#M98856</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp;sum planned is not matching as fir september planned total is 200000 so daily it should be 6666(200000/30) but in my case it is coming 3333 and end total is also not coming correct&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:18:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964230#M98856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964379#M98864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&amp;nbsp;Do you have a planned amount of 200,000 for September?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:20:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964379#M98864</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-13T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964412#M98867</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; YES, do you want me to send you my data file ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964412#M98867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T07:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Required Run rate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964893#M98898</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Yes&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 10:08:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Daily-Required-Run-rate/m-p/2964893#M98898</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-13T10:08:27Z</dc:date>
    </item>
  </channel>
</rss>

