<?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: Result on works with two slicers??? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1140725#M17069</link>
    <description>&lt;P&gt;Hi darlove,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks - This has been replicated in my real model.&amp;nbsp; Thanks for the tip on Dimensional Modelling.&amp;nbsp; I`m really new to Power BI and data modelling in general so any advice is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2020 06:09:50 GMT</pubDate>
    <dc:creator>Bfaws</dc:creator>
    <dc:date>2020-06-04T06:09:50Z</dc:date>
    <item>
      <title>Result on works with two slicers???</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1139819#M17052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I`m looking for some help with some measures that dont seem to be lining up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I`m trying to calculate the amount of days absence employees have taken in a given period of time per department.&amp;nbsp; I have three tables to base the measures on. The end result I`m after is the amount of days absence divided by the rolling average FTE for the last 12 months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1:&amp;nbsp; Absences - this shows a list with one line per absence. Each line contains an employee number, type of absence, department, and hours absent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2: Resource reports - these are a snapshot of all departments taken on first day of each month.&amp;nbsp; Its contains a list of all employees and thier FTE (full time equivalent).&amp;nbsp; I have added a measure to this that show the sum of FTE so i know how many full time equavalent employees there are in each period in each department.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 3: Rolling calendar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure I have so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum of FTE&lt;/P&gt;&lt;P&gt;12 month rolling average for FTE (FTE for 12 months /12)&lt;/P&gt;&lt;P&gt;Sum of hours:&amp;nbsp; Sum of hours absence per month&lt;/P&gt;&lt;P&gt;Days absent: Sum of hours /7.5&amp;nbsp; (7.5 equates to one full day)&lt;/P&gt;&lt;P&gt;Days absent PP:&amp;nbsp; This is the Days Absent / 12 month rolling FTE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All these work well in a table with no slicers - when I add costc(T) slicer (department) it only works if i have two slicers (one for absence table and one for resource table) both for Costc(T).&amp;nbsp; For example i only get the correct result when i select HR in each slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp; Please see link below to .pbix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AtGISPtZ7ajKgR4lnfkou1NzlCA-?e=hDQIB0" target="_self"&gt;Link to .pbix file&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 19:17:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1139819#M17052</guid>
      <dc:creator>Bfaws</dc:creator>
      <dc:date>2020-06-03T19:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Result on works with two slicers???</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1140524#M17064</link>
      <description>&lt;P&gt;You need to learn the rules of proper dimensional modelling. Check out the attached file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 03:25:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1140524#M17064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-04T03:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Result on works with two slicers???</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1140725#M17069</link>
      <description>&lt;P&gt;Hi darlove,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks - This has been replicated in my real model.&amp;nbsp; Thanks for the tip on Dimensional Modelling.&amp;nbsp; I`m really new to Power BI and data modelling in general so any advice is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 06:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1140725#M17069</guid>
      <dc:creator>Bfaws</dc:creator>
      <dc:date>2020-06-04T06:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Result on works with two slicers???</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1141100#M17075</link>
      <description>Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="234635" data-lia-user-login="Bfaws" class="lia-mention lia-mention-user"&gt;Bfaws&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Here's something about dimensional modelling for beginners:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=fK70mN7r1fE" target="_blank"&gt;https://www.youtube.com/watch?v=fK70mN7r1fE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What applies to the data warehouse applies to models in Power BI as well in its full entirety. "Star schema" is the holy grail of dimensional modelling and you should always, without exceptions, stick to it if you want to save yourself grief and gloom in the future.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Thu, 04 Jun 2020 08:28:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1141100#M17075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-04T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Result on works with two slicers???</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1141168#M17079</link>
      <description>&lt;P&gt;Thanks darlove,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I`ll definately watch the video and look more into the "Star Schema".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 08:54:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Result-on-works-with-two-slicers/m-p/1141168#M17079</guid>
      <dc:creator>Bfaws</dc:creator>
      <dc:date>2020-06-04T08:54:46Z</dc:date>
    </item>
  </channel>
</rss>

