<?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 Power BI - Team Name List dependent on Date Filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701195#M143934</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 advice/help on how to have a Team Name list to change depending on what Date Range is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not the best with Power BI - i'm slowly learning but would appreciate any help in very basic terms!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem:&lt;/P&gt;&lt;P&gt;I have a Team Index table which lists a number of colleagues and their associated Team Name. Recently we have had some moves where colleagues have moved into a new team from a certain date. The first group of Colleagues moved across to a new team from 8th Feb and the second group moved over on 14th Feb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I have is I only want their data to be included on the new team from the date they joined that team, and I still need their historic data to be recorded under the old team name. And it's all dependent on what date has been selected in a filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just lost how to do this. The only way I was thinking was to have a measure use some sort of IF statement like IF the selected date is less than 8th Feb, it uses a team name list from Column C, If the selected date is between 8th &amp;amp; 14th Feb, it uses a team name list from Column D, Otherwise if the selected date is after the 14th Feb, it uses a team name list from Column E.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible and how the hell would I code it? Or otherwise I'm open to other suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 12:07:26 GMT</pubDate>
    <dc:creator>ShaneHi</dc:creator>
    <dc:date>2024-02-15T12:07:26Z</dc:date>
    <item>
      <title>Power BI - Team Name List dependent on Date Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701195#M143934</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 advice/help on how to have a Team Name list to change depending on what Date Range is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not the best with Power BI - i'm slowly learning but would appreciate any help in very basic terms!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem:&lt;/P&gt;&lt;P&gt;I have a Team Index table which lists a number of colleagues and their associated Team Name. Recently we have had some moves where colleagues have moved into a new team from a certain date. The first group of Colleagues moved across to a new team from 8th Feb and the second group moved over on 14th Feb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I have is I only want their data to be included on the new team from the date they joined that team, and I still need their historic data to be recorded under the old team name. And it's all dependent on what date has been selected in a filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just lost how to do this. The only way I was thinking was to have a measure use some sort of IF statement like IF the selected date is less than 8th Feb, it uses a team name list from Column C, If the selected date is between 8th &amp;amp; 14th Feb, it uses a team name list from Column D, Otherwise if the selected date is after the 14th Feb, it uses a team name list from Column E.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible and how the hell would I code it? Or otherwise I'm open to other suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701195#M143934</guid>
      <dc:creator>ShaneHi</dc:creator>
      <dc:date>2024-02-15T12:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI - Team Name List dependent on Date Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701250#M143940</link>
      <description>&lt;P&gt;Can you share the sample data/pbix file of the above issue to check further.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:41:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701250#M143940</guid>
      <dc:creator>nareshr89</dc:creator>
      <dc:date>2024-02-15T12:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI - Team Name List dependent on Date Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701337#M143948</link>
      <description>&lt;P&gt;Unfortunately I can't share the file due to security restrictions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, the Team Index table will look something like the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Colleague&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;New Team Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Team (Original)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Team (8th Feb)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Team (14th Feb)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Colleague A&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Colleague B&lt;/TD&gt;&lt;TD&gt;Team B&lt;/TD&gt;&lt;TD&gt;08/02/2024&lt;/TD&gt;&lt;TD&gt;Team B&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Colleague C&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;14/02/2024&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Colleague D&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;14/02/2024&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;Team C&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Colleague E&lt;/TD&gt;&lt;TD&gt;Team B&lt;/TD&gt;&lt;TD&gt;08/02/2024&lt;/TD&gt;&lt;TD&gt;Team B&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;TD&gt;Team A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:21:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Team-Name-List-dependent-on-Date-Filter/m-p/3701337#M143948</guid>
      <dc:creator>ShaneHi</dc:creator>
      <dc:date>2024-02-15T13:21:13Z</dc:date>
    </item>
  </channel>
</rss>

