<?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 Assistance with 4 tables and formulas in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1040334#M13927</link>
    <description>&lt;P&gt;Here is what i have&lt;/P&gt;&lt;P&gt;List of People - A (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;List of People - B (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;List of People - C (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;Then master Roster with all actions and statuses, and dates of those actions, for each month over the past 3 years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal: to get trending data on each list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample ask:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;For List A, I would like to know for each campaign date, if the person in list A = Yes to reporting.&amp;nbsp; Then same, but seperate for List B, and C.&amp;nbsp; All actions, dates are in the master roster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may need a few formulas to get the calculation, but looking for trends as a whole for each month on reported, action taken, action not taken.&amp;nbsp; These are all in Yes and No format for reported, action taken, action not taken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;People ID is the same across all tables and way they are linked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried creating a measure like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; pos reported measure = calculate ([CountofListA], MasterRoster[Reported?] = "Yes")&lt;/P&gt;&lt;P&gt;Then using the campaign dates from Master Roster pulled that into my chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; All Reported Pos = Calculate([CountofAll], MasterRoster[Reported?] = "Yes")&lt;/P&gt;&lt;P&gt;Then, in the filter for the page or for the visual, i pulled in the people ID for List A, but that didn't warrant results either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or tips, greatly appreciate it!!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 21:53:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-21T21:53:05Z</dc:date>
    <item>
      <title>Assistance with 4 tables and formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1040334#M13927</link>
      <description>&lt;P&gt;Here is what i have&lt;/P&gt;&lt;P&gt;List of People - A (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;List of People - B (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;List of People - C (names only and small subset with 1 unique identifier that relates a 1: many with the roster)&lt;/P&gt;&lt;P&gt;Then master Roster with all actions and statuses, and dates of those actions, for each month over the past 3 years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal: to get trending data on each list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample ask:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;For List A, I would like to know for each campaign date, if the person in list A = Yes to reporting.&amp;nbsp; Then same, but seperate for List B, and C.&amp;nbsp; All actions, dates are in the master roster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may need a few formulas to get the calculation, but looking for trends as a whole for each month on reported, action taken, action not taken.&amp;nbsp; These are all in Yes and No format for reported, action taken, action not taken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;People ID is the same across all tables and way they are linked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried creating a measure like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; pos reported measure = calculate ([CountofListA], MasterRoster[Reported?] = "Yes")&lt;/P&gt;&lt;P&gt;Then using the campaign dates from Master Roster pulled that into my chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; All Reported Pos = Calculate([CountofAll], MasterRoster[Reported?] = "Yes")&lt;/P&gt;&lt;P&gt;Then, in the filter for the page or for the visual, i pulled in the people ID for List A, but that didn't warrant results either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or tips, greatly appreciate it!!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 21:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1040334#M13927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T21:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with 4 tables and formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1043210#M14024</link>
      <description>&lt;P&gt;Can you add sample tables (in format that can be copied to PowerBI) from your model with anonymised data? Like this (just copy and paste into the post window).&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Column1&lt;/TD&gt;
&lt;TD&gt;Column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;2.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 05:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1043210#M14024</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2020-04-23T05:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with 4 tables and formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1044602#M14070</link>
      <description>&lt;P&gt;I ended up solving it.&amp;nbsp; When i calculated totals for entire list, i dragged the list A people ID to filter on this visual.&amp;nbsp; since list A people id is less than the master roster, this appears to work and i can re-use the same master formulas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:35:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Assistance-with-4-tables-and-formulas/m-p/1044602#M14070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-23T14:35:43Z</dc:date>
    </item>
  </channel>
</rss>

