<?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 measure: Count from date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3795875#M148360</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;try Test version (not much information from your side about model + check wording to your model)&lt;/P&gt;
&lt;DIV&gt;Test v2=&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;VAR __period_selected=SELECTEDVALUE(_Dim_Date[Year])&lt;/DIV&gt;
&lt;DIV&gt;RETURN&lt;/DIV&gt;
&lt;DIV&gt;CALCULATE (&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; COUNTA(ESF[BSN]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; USERELATIONSHIP (_Dim_Date[Date], ESF[Datum aanvang begeleiding]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ESF,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ESF[Datum aanvang begeleiding]&amp;lt;=__period_selected&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Mar 2024 07:11:48 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2024-03-28T07:11:48Z</dc:date>
    <item>
      <title>DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3795831#M148357</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;good morning all,
I have been working in PowerBi for 3 years and have already published several (beautiful) reports in an app.
However, now I am faced with the following challenge:

I want to count the number of BSN numbers, per month and per supervisor. from the date a person is supervised.
So as an example with "Alex": Alex has only been coaching people since February 1, 2024, so January must be empty here and counting can only be done from February 2024 (42 people). in March the number should also be 42. (Suppose 1 person started guidance in March, then the number must be 43 in March.) Etc.

Who can help me with the correct dax query?! thank you in advance!

Regards,
Art&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;ing people since February 1, 2024, so January must be empty here and counting can only be done from February 2024 (42 people). in March the number should also be 42. (Suppose 1 person started guidance in March, then the number must be 43 in March.) Etc.

&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 06:52:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3795831#M148357</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-03-28T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3795875#M148360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;try Test version (not much information from your side about model + check wording to your model)&lt;/P&gt;
&lt;DIV&gt;Test v2=&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;VAR __period_selected=SELECTEDVALUE(_Dim_Date[Year])&lt;/DIV&gt;
&lt;DIV&gt;RETURN&lt;/DIV&gt;
&lt;DIV&gt;CALCULATE (&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; COUNTA(ESF[BSN]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; USERELATIONSHIP (_Dim_Date[Date], ESF[Datum aanvang begeleiding]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ESF,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ESF[Datum aanvang begeleiding]&amp;lt;=__period_selected&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Mar 2024 07:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3795875#M148360</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-03-28T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796002#M148363</link>
      <description>&lt;P&gt;Thank you for your quick response some_bih!&lt;/P&gt;&lt;P&gt;Unfortunately, the measure did not deliver the desired result. the values ​​have remained empty.&lt;/P&gt;&lt;P&gt;(same result as the measure AantalVanafDatum).&lt;BR /&gt;what do you mean by "not much information from your side about the model"? iv made printscreens of the model right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 08:10:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796002#M148363</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-03-28T08:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796075#M148365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;you wrote details for Alex, but I could not reach that details&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 08:49:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796075#M148365</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-03-28T08:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796128#M148370</link>
      <description>&lt;P&gt;Does this image work for you?&lt;/P&gt;&lt;P&gt;person 1 joined this data on 01-02-2024 so the measure should count it in februari, march, etc. (but not in januari).&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796128#M148370</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-03-28T09:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796200#M148375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me issue is that you use USERELATIONSHIP, which is ok for non-active relationship. Still, your language is not my native, and not English, so only picture is not usefull.&lt;/P&gt;
&lt;P&gt;What I could notice is that you use in original measure&amp;nbsp;&lt;SPAN&gt;_Dim_Date[Year]), which I "rewrite" to SELECTEDVALUE. If you can not share model, due to sensitivity infos, play a bit with this part&amp;nbsp;_Dim_Date[Year]) and SELECTEDVALUE.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:41:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3796200#M148375</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-03-28T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3798610#M148471</link>
      <description>&lt;P&gt;hello Some_Bih,&lt;/P&gt;&lt;P&gt;iv made a "Community test bpi" file with some made up numbers so i can share it with you. altough i can not share it in a reply. how can i share it with you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;greetings,&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 09:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3798610#M148471</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-03-29T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3798818#M148486</link>
      <description>&lt;P&gt;Since i can not share excel and pbix files, ill try it with print screens.&lt;/P&gt;&lt;P&gt;the dax measure i used is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Selected value Unique BSN =&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;CALCULATE(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;DISTINCTCOUNT(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; 'Members'[BSN]),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; filter(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Members',&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Members'[From] &amp;lt;=SELECTEDVALUE(DaxDateTabel[Date])&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp;))&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the matrix to show all the leaders, even if the members are 0 in a period. I want DAX to count a member when the date in Members[from] is reached. So i want them to count when its &amp;gt;= the selected year and month in the matrix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my question has been stated clearly. If something is not completely clear, please let me know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired outcome:&lt;/STRONG&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;report: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;model:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 11:03:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3798818#M148486</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-03-29T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3799297#M148515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;if you have Office 365 share link for file or use some other tools (dropbox...)&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 13:46:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3799297#M148515</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-03-29T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3807342#M148859</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;it took a while... &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; but I cleaned out my dropbox and made room for the .pbi file! If all goes well, you can view and edit the "test" file via the link below. I hope I have formulated my question clearly and that you have the solution...!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fo/kfog04qmmiqblx58e6fv6/h?rlkey=pmku3lumvb4nhpuf56dn9aywm&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fo/kfog04qmmiqblx58e6fv6/h?rlkey=pmku3lumvb4nhpuf56dn9aywm&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 09:36:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3807342#M148859</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-04-03T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3807983#M148878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;I will check it on my home network in following days, and let you know.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 13:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3807983#M148878</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-04-03T13:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3817120#M149283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;for your example file, as it is example, what is expected output for interaction / selection for some period for Alex and other Leaders?&lt;/P&gt;
&lt;P&gt;I am trying to understand your request.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 20:46:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3817120#M149283</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-04-07T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3821833#M149467</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the desired outcome is in the excel tab "wanted"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you can see with Alex, in 2023 he has 0 members in all months. As soon as the filter is set to 2024, you will see that Alex gets members in February (month 2) and this increases throughout the year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I have been able to clarify my question.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 06:40:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3821833#M149467</guid>
      <dc:creator>ArtRijnvicus2</dc:creator>
      <dc:date>2024-04-09T06:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure: Count from date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3858104#M150707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447248" data-lia-user-login="ArtRijnvicus2" class="lia-mention lia-mention-user"&gt;ArtRijnvicus2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you solved your problem? I did notice that you are using a between style slicer but using a selecetedvalue in the expression, this will not return the correct date, please try using min and then control the minimum time to try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team_ Scott Chang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 07:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-Count-from-date/m-p/3858104#M150707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-22T07:01:42Z</dc:date>
    </item>
  </channel>
</rss>

