<?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: Dax function datesbetween in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057896#M105553</link>
    <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424232" data-lia-user-login="Jeffrey_VC" class="lia-mention lia-mention-user"&gt;Jeffrey_VC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how are the three tables related?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 13:17:47 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-02-02T13:17:47Z</dc:date>
    <item>
      <title>Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3055975#M105420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to build a measure to calculate records.&lt;BR /&gt;In this measure I'm using the function Datesbetween.&lt;BR /&gt;It looks that that function working but when I add a slicer to this data the data will be the same.&lt;/P&gt;&lt;P&gt;What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Records user = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;('Query1'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DATESBETWEEN&lt;/SPAN&gt;&lt;SPAN&gt;(Datetable[date], &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(vc_lot_lotuser[Start Date]), &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(vc_lot_lotuser[End Date])),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(vc_lotuser[Lot User], Query1[LotId]))&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thnx!&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Feb 2023 19:04:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3055975#M105420</guid>
      <dc:creator>Jeffrey_VC</dc:creator>
      <dc:date>2023-02-01T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3056407#M105449</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424232" data-lia-user-login="Jeffrey_VC" class="lia-mention lia-mention-user"&gt;Jeffrey_VC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which column do you have for the slicer?&lt;/P&gt;&lt;P&gt;If it is date-relevant column, ensure to take the columns from the datetable.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 00:17:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3056407#M105449</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-02T00:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057120#M105500</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using de Datetable[date] in my slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 07:33:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057120#M105500</guid>
      <dc:creator>Jeffrey_VC</dc:creator>
      <dc:date>2023-02-02T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057896#M105553</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424232" data-lia-user-login="Jeffrey_VC" class="lia-mention lia-mention-user"&gt;Jeffrey_VC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how are the three tables related?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 13:17:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057896#M105553</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-02T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057920#M105555</link>
      <description>&lt;P&gt;This is the model:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 13:28:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3057920#M105555</guid>
      <dc:creator>Jeffrey_VC</dc:creator>
      <dc:date>2023-02-02T13:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3068659#M106369</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the model:&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;</description>
      <pubDate>Wed, 08 Feb 2023 10:25:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3068659#M106369</guid>
      <dc:creator>Jeffrey_VC</dc:creator>
      <dc:date>2023-02-08T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3069103#M106411</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424232" data-lia-user-login="Jeffrey_VC" class="lia-mention lia-mention-user"&gt;Jeffrey_VC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what column do you have for the mentioned slicer?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:47:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3069103#M106411</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-08T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function datesbetween</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3072157#M106685</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the column "date" from the table datetable&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:43:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-datesbetween/m-p/3072157#M106685</guid>
      <dc:creator>Jeffrey_VC</dc:creator>
      <dc:date>2023-02-09T14:43:09Z</dc:date>
    </item>
  </channel>
</rss>

