<?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: Filtering data with dates from multiple tables using a single date slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4003377#M156171</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82327" data-lia-user-login="ryan_mayu" class="lia-mention lia-mention-user"&gt;ryan_mayu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching the table visual, I want to filter the Call Attempt Date 1, Call Attempt Date 2, Call Attempt Date 3 from one table, Actual End from another table when these dates fall under the date selected in the date slicer. All were date time fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I tried to use something like this with one date for ex:&amp;nbsp; IsDateInBetween =&lt;BR /&gt;VAR CheckMinDate = DATE(YEAR(MIN('Date'[Date])), MONTH(MIN('Date'[Date])), DAY(MIN('Date'[Date])))&lt;/P&gt;&lt;P&gt;VAR CheckMaxDate = DATE(YEAR(MAX('Date'[Date])), MONTH(MAX('Date'[Date])), DAY(MAX('Date'[Date])))&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;('shs_followupcalllog'[shs_calldate]) &amp;gt; CheckDate &amp;amp;&amp;amp;&amp;nbsp;'shs_followupcalllog'[shs_calldate]) &amp;lt;= CheckDate ,&lt;BR /&gt;1,&lt;BR /&gt;0&lt;BR /&gt;), but it dont give me correct result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;PMDY&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 06:13:14 GMT</pubDate>
    <dc:creator>pavanmanideep</dc:creator>
    <dc:date>2024-06-21T06:13:14Z</dc:date>
    <item>
      <title>Filtering data with dates from multiple tables using a single date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4001616#M156169</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue, here is the brief description of the issue I am facing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a date table D1 created from calendar function. I have a date slicer pointing to this date table. I have two custom tables C1 and C2 with 3 call log date fields from C1 itself and one actual end date in C2.&amp;nbsp; I want to show the data from both custom tables in table visual when any of dates either in C1 or C2 fall under the date selected in the date slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to get the start and end dates of the date slicer, and calculate the difference between the dates from slicer with the dates from C1 or C2 custom table, but it dont seem to work and differences show wrongly. Please note that I dont have relationship with my custom tables and date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am checking from past 2 days without any clue. Appreciate if any one can assist in this, do let me know if you require any addional details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;PMDY&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:35:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4001616#M156169</guid>
      <dc:creator>pavanmanideep</dc:creator>
      <dc:date>2024-06-20T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data with dates from multiple tables using a single date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4001637#M156170</link>
      <description>&lt;P&gt;could you pls provide some sample data and expected output?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:42:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4001637#M156170</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-20T09:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data with dates from multiple tables using a single date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4003377#M156171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82327" data-lia-user-login="ryan_mayu" class="lia-mention lia-mention-user"&gt;ryan_mayu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching the table visual, I want to filter the Call Attempt Date 1, Call Attempt Date 2, Call Attempt Date 3 from one table, Actual End from another table when these dates fall under the date selected in the date slicer. All were date time fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I tried to use something like this with one date for ex:&amp;nbsp; IsDateInBetween =&lt;BR /&gt;VAR CheckMinDate = DATE(YEAR(MIN('Date'[Date])), MONTH(MIN('Date'[Date])), DAY(MIN('Date'[Date])))&lt;/P&gt;&lt;P&gt;VAR CheckMaxDate = DATE(YEAR(MAX('Date'[Date])), MONTH(MAX('Date'[Date])), DAY(MAX('Date'[Date])))&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;('shs_followupcalllog'[shs_calldate]) &amp;gt; CheckDate &amp;amp;&amp;amp;&amp;nbsp;'shs_followupcalllog'[shs_calldate]) &amp;lt;= CheckDate ,&lt;BR /&gt;1,&lt;BR /&gt;0&lt;BR /&gt;), but it dont give me correct result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;PMDY&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 06:13:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-with-dates-from-multiple-tables-using-a-single/m-p/4003377#M156171</guid>
      <dc:creator>pavanmanideep</dc:creator>
      <dc:date>2024-06-21T06:13:14Z</dc:date>
    </item>
  </channel>
</rss>

