<?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: Fixed line in line graph in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646100#M77853</link>
    <description>&lt;P&gt;Thanks Kalyj - unfortunately still doesnt work. Not duplicating the measure but duplicating the code for the measure but then creating a measure based on the code you have supplied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to explain I have the main measure of&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Average Days Per FTE - rolling 12 Months = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;STARTOFMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Cal. year / month]&lt;/SPAN&gt;&lt;SPAN&gt;) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Actual Days]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Employee Master'[FTE - Operational]&lt;/SPAN&gt;&lt;SPAN&gt; ) ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )*&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Then I have duplicated this code for DPS Average. But to get DPS average I used your code&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DPS Average = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[DPS Average Days Per FTE - Measure]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Unfortunately any time you change the slicers it changes everything&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Jul 2022 01:39:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-19T01:39:12Z</dc:date>
    <item>
      <title>Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610749#M75716</link>
      <description>&lt;P&gt;Hi peeps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a link graph which is affected by an array of slicers however I do not want one of the lines to be changed when slicers are changes. My example is in the below. I want the "DPS Average" to not change but the others to change - HELP!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 02:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610749#M75716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-30T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610838#M75722</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; . Create a line on a measure like&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;calculate([Measure], all() )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will ignore all the filter&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 03:31:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610838#M75722</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-06-30T03:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610857#M75726</link>
      <description>&lt;P&gt;Thankyou I tried this one and still fails - see error message below&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;</description>
      <pubDate>Thu, 30 Jun 2022 03:45:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610857#M75726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-30T03:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610998#M75732</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , parenthesis after calculate are two, there should be one &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;calculate([DPS Average], all() )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;calculate([DPS Average], all('Unscheduled Leave') )&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 05:39:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2610998#M75732</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-06-30T05:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2619172#M76223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In your fomula below, you add a extra symbol "{", it caused the error.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Additonally, you should use the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dax/allexcept-function-dax" target="_blank"&gt;allexcept&lt;/A&gt;&amp;nbsp;function, otherwise&amp;nbsp;the fixed line value is the same for each date.&lt;/P&gt;
&lt;P&gt;If the Axis of the line chart is [Date], modify the formula like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Fixed Line =
CALCULATE (
    [DSP Average],
    ALLEXCEPT ( 'Unscheduled Leave', 'Unscheduled Leave'[Date] )
)
&lt;/LI-CODE&gt;
&lt;P&gt;Get the correct result in my sample.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I attach my sample below for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps,&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 08:16:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2619172#M76223</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-07-05T08:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632164#M77035</link>
      <description>&lt;P&gt;Unfortunately this still isnt working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I have duplicated the meausre as one measure needs to capture all (with as you mentioned above the parenthesis) and one that is affected by the slicer but it picks up for both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My measure is&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Average Days Per FTE - rolling 12 Months = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;STARTOFMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Cal. year / month]&lt;/SPAN&gt;&lt;SPAN&gt;) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Actual Days]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Employee Master'[FTE - Operational]&lt;/SPAN&gt;&lt;SPAN&gt; ) ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)*&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Jul 2022 22:53:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632164#M77035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-11T22:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632291#M77042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Sorry I'm not very clear "&lt;SPAN&gt;one measure needs to capture all&lt;/SPAN&gt;" and "&lt;SPAN&gt;one that is affected by the slicer but it picks up for both&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;In your original post, you&amp;nbsp;&lt;SPAN&gt;want the "DPS Average" to not change but the others to change, so when you replace the&amp;nbsp;&lt;STRONG&gt;DPS Average&lt;/STRONG&gt; with the &lt;STRONG&gt;Fixed Line&lt;/STRONG&gt;, what happend? Does it still change by the slicer?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 01:57:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632291#M77042</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-07-12T01:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632386#M77044</link>
      <description>&lt;P&gt;Apologies if I was not clear.&lt;/P&gt;&lt;P&gt;The measure I have above is the one I have duplicated. So Ill have both in the same graph but for one measure I want it to be affected (area) by the slicers and the other I do not want it to be affected. So when I use the Calculate[DPS Average] all()) for one measure it still is affected by the slicers.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 02:47:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2632386#M77044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-12T02:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2645999#M77846</link>
      <description>&lt;P&gt;Unfortunately still doesnt work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; is it because its the same measure but I am trying to fix one of the measures?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 23:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2645999#M77846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T23:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646078#M77852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry for the late back. How about using different measures separately, not to duplicate it. One using the original measure and another using the Fixed Line.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ kalyj&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 01:24:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646078#M77852</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-07-19T01:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646100#M77853</link>
      <description>&lt;P&gt;Thanks Kalyj - unfortunately still doesnt work. Not duplicating the measure but duplicating the code for the measure but then creating a measure based on the code you have supplied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to explain I have the main measure of&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Average Days Per FTE - rolling 12 Months = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;STARTOFMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Cal. year / month]&lt;/SPAN&gt;&lt;SPAN&gt;) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Unscheduled Leave'[Actual Days]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Employee Master'[FTE - Operational]&lt;/SPAN&gt;&lt;SPAN&gt; ) ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;STARTDATE&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )*&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Then I have duplicated this code for DPS Average. But to get DPS average I used your code&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DPS Average = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[DPS Average Days Per FTE - Measure]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Report Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Unfortunately any time you change the slicers it changes everything&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jul 2022 01:39:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646100#M77853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T01:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646322#M77865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For example column in the slicer is [Category], try to modify the code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DPS Average =
CALCULATE ( [DPS Average Days Per FTE - Measure], ALL ( [Category] ) )
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ kalyj&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 03:30:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646322#M77865</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-07-19T03:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646342#M77867</link>
      <description>&lt;P&gt;Thankyou Kalyj - this works well - however if I want multiple categories to be ignored, a simple comma doesnt seem to work?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 03:58:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2646342#M77867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T03:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed line in line graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2649128#M78059</link>
      <description>&lt;P&gt;So what I mean is that I have three slicers - Division, Branch Section. I have the same formula for two meausres. One i want all Division, Branch section to be fixed and not changed. But my slicers (Division, Branch and Section) change the other measure. Does that make sense?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 03:46:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixed-line-in-line-graph/m-p/2649128#M78059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-20T03:46:17Z</dc:date>
    </item>
  </channel>
</rss>

