<?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: Multiple DAX measure issues in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4712620#M180484</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Chaithra.&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 14:56:45 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2025-05-29T14:56:45Z</dc:date>
    <item>
      <title>Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4607752#M176384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create a Bonus calculator for my report,&lt;/P&gt;&lt;P&gt;Measure 1: Total Visits (I counted all the rows in the report to get the total visits)&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure 2: PTO Hours ( I sum all the PTO hours)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure 3: FTE - I need to calculate the FTE per employee, 40 hours is full-time hours, from there I need to calculate the Target Visits&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure 3: Target Visits - 58 is the default visit for a full time employee (1 FTE), this measure should calculate the visit targer based on their FTE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure 4: Bonus - if the Total visits is higher than the visit target, get the difference then multiply by 15.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt; The main issue I am having with all these formula is when I calculate the Estimated Bonus, its giving me the total visits multiply by 15, if I use the slicer (date) it gives me the correct data but without any filters its totalling all the visits.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong? I really need help.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 01:32:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4607752#M176384</guid>
      <dc:creator>sixathur</dc:creator>
      <dc:date>2025-03-13T01:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4608102#M176393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;it is hard to spot issue/s without your model. CALCULATE&amp;nbsp; is used to modify filter context so please provide some sample file with data input and expected output.&lt;/P&gt;
&lt;P&gt;It could be something like relationship, or need to adjust your measures with SELECTEDVALUE for targeted filter context.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 08:01:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4608102#M176393</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2025-03-13T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4609552#M176457</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend putting these measures all in the same table visual, and then using the slicer to&amp;nbsp;pick&amp;nbsp;dates to see which measure might not return the correct value in some specific cases. From the current information, if&amp;nbsp;&lt;SPAN&gt;the Estimated Bonus gives you the total visits&amp;nbsp;multiply by 15, it means VisitTarget might return 0 at the same time.&amp;nbsp;&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;Jing&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 03:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4609552#M176457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-14T03:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4612028#M176523</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my model.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2025 23:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4612028#M176523</guid>
      <dc:creator>sixathur</dc:creator>
      <dc:date>2025-03-16T23:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4612371#M176529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;I could not see on picture your tables named in measures above, like&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 07:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4612371#M176529</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2025-03-17T07:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4663236#M178572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.&lt;BR /&gt;If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Chaithra.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 12:51:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4663236#M178572</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-22T12:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4712620#M180484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Chaithra.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 14:56:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4712620#M180484</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-05-29T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple DAX measure issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4716785#M180665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1233825" data-lia-user-login="sixathur" class="lia-mention lia-mention-user"&gt;sixathur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.&lt;BR /&gt;If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Chaithra.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 11:07:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-DAX-measure-issues/m-p/4716785#M180665</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-06-02T11:07:22Z</dc:date>
    </item>
  </channel>
</rss>

