<?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: Disctinct count in daterange with visual calculations in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4921726#M186828</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568855" data-lia-user-login="Kedar_Pande" class="lia-mention lia-mention-user"&gt;Kedar_Pande&lt;/a&gt;&amp;nbsp; for your inputs.&lt;/P&gt;
&lt;P&gt;I just wanted to check if the issue has been resolved on your end, or if you require any further assistance. Please feel free to let us know, we’re happy to help!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2026 11:10:43 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2026-01-20T11:10:43Z</dc:date>
    <item>
      <title>Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917404#M186726</link>
      <description>&lt;P&gt;Hi all!&lt;BR /&gt;&lt;BR /&gt;I have an activity table with dates and user's operations. I need to calculate for a line chart (with timeline) a number for each date with unique user id-s on the previous 7 days.&lt;BR /&gt;&lt;BR /&gt;I've created a DAX function over the datamodel with window function, but it's too slow. So I would like to replace it with a visual calculation formula where I put the date and userid fields to the line chart from the model.&lt;BR /&gt;&lt;BR /&gt;What should be the formula then?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 13:52:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917404#M186726</guid>
      <dc:creator>somogyitamas88</dc:creator>
      <dc:date>2026-01-13T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917461#M186727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Solution: For each date on the X‑axis, count the unique User IDs over the previous 7 calendar days (including that date).&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;- Put Date on the line chart X‑axis (continuous, daily).&lt;DIV&gt;&lt;DIV&gt;- Drag UserId into the visual so that it’s available to the calculation without cluttering the chart.&lt;DIV&gt;&lt;DIV&gt;- With the visual selected, choose Home ▸ New calculation to open the Visual Calculation editor.&amp;nbsp;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;Use the following visual calculation formula -&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;P&gt;&lt;!--   ScriptorStartFragment   --&gt;&lt;/P&gt;&lt;DIV&gt;Active Users (7D, VC) =&lt;DIV&gt;COUNTROWS(&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTINCT(&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECTCOLUMNS(&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WINDOW( -6, 0, ORDERBY([Date], ASC) ),&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "U", [UserId]&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;DIV&gt;)&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;Hope this helps - please appreciate by leaving a &lt;STRONG&gt;Kudos or accepting it as a &lt;STRONG&gt;Solution to help others!&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:42:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917461#M186727</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-13T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917481#M186728</link>
      <description>&lt;P&gt;Hi, it only shows the distinct num of dates in the previous 7 days. (Mainly show 7, but when there are no activity on a day, its less).&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:54:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917481#M186728</guid>
      <dc:creator>somogyitamas88</dc:creator>
      <dc:date>2026-01-13T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917484#M186729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342142" target="_blank"&gt;@somogyitamas88&lt;/A&gt;&lt;/P&gt;&lt;DIV&gt;The visual calculation is operating on one row per Date, so the WINDOW is returning 7 date rows, and the DISTINCT(...) is effectively counting dates—not users.&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;Try the following change:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;X‑axis: put your Date (continuous, daily).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Y‑axis: any metric (you can even use a dummy measure like 1).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Details: add UserId (this is the key step).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the chart explodes into too many series, don’t worry—Power BI’s line chart won’t draw a separate line per detail value; Details just increases row-granularity for the calc.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;With the visual selected, Home ▸ New calculation and paste:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!--    ScriptorStartFragment    --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;Active &lt;SPAN&gt;Users &lt;SPAN&gt;(&lt;SPAN&gt;7D&lt;SPAN&gt;, &lt;SPAN&gt;VC&lt;SPAN&gt;) &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;DISTINCT&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;SELECTCOLUMNS&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;WINDOW&lt;SPAN&gt;( &lt;SPAN&gt;-&lt;SPAN&gt;6&lt;SPAN&gt;, &lt;SPAN&gt;0&lt;SPAN&gt;, &lt;SPAN&gt;ORDERBY&lt;SPAN&gt;(&lt;SPAN&gt;[&lt;SPAN&gt;Date&lt;SPAN&gt;]&lt;SPAN&gt;, &lt;SPAN&gt;ASC&lt;SPAN&gt;) &lt;SPAN&gt;)&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;"U"&lt;SPAN&gt;, &lt;SPAN&gt;[&lt;SPAN&gt;UserId&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;)&lt;!--    ScriptorEndFragment    --&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jan 2026 15:00:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917484#M186729</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-13T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917528#M186732</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use this below for visual calculation.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;test =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; C&lt;/SPAN&gt;&lt;SPAN&gt;ALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; SU&lt;/SPAN&gt;&lt;SPAN&gt;M([&lt;/SPAN&gt;&lt;SPAN&gt;U&lt;/SPAN&gt;&lt;SPAN&gt;serID]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; WIN&lt;/SPAN&gt;&lt;SPAN&gt;DOW(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ORDER&lt;/SPAN&gt;&lt;SPAN&gt;BY([Act&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;vity Date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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>Tue, 13 Jan 2026 15:40:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917528#M186732</guid>
      <dc:creator>MasonMA</dc:creator>
      <dc:date>2026-01-13T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917615#M186733</link>
      <description>&lt;P&gt;Instead of window function could you try the formula below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Active Users (7D) =
VAR EndDate = MAX ( 'DimDate'[Date] )
RETURN
CALCULATE(
    DISTINCTCOUNT ( Activity[UserId] ),
    DATESINPERIOD ( 'DimDate'[Date], EndDate, -7, DAY )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Jan 2026 18:16:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917615#M186733</guid>
      <dc:creator>cengizhanarslan</dc:creator>
      <dc:date>2026-01-13T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917639#M186735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I see the code was alreayd given to you so I will not go on that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My worry is that you realize than the visual calculation will give a different result than a measure on the first 6 days if you apply a filter to the dates in the report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imagine you filter a single month, say November 2025. On 1st of nov 205 I assume you would like to see a number depending on the last 7 days of october. But that, with a visual calculation, is impossible&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted you to be aware of this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@me in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 18:41:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917639#M186735</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2026-01-13T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917835#M186739</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;7D Unique Users = &lt;BR /&gt;RANKX(&lt;BR /&gt;WINDOW(-6,0,ALLSELECTED(Date[Date]),ORDERBY(Date[Date])),&lt;BR /&gt;DISTINCTCOUNT(Activity[UserID]),&lt;BR /&gt;,&lt;BR /&gt;ASC&lt;BR /&gt;)&lt;/PRE&gt;
&lt;P&gt;Date (X-axis), UserID (small multiples or legend), measure above (Y)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 05:33:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917835#M186739</guid>
      <dc:creator>Kedar_Pande</dc:creator>
      <dc:date>2026-01-14T05:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917914#M186742</link>
      <description>&lt;P&gt;Unfortunately it's too slow.&lt;BR /&gt;&lt;BR /&gt;This is my current one:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NumOfUsers7day_timeline =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[NumOfUsers]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;WINDOW&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -6&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;REL&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ORDERBY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Dates]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ASC&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;It's faster however with more 10-15 sec loading.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 08:28:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917914#M186742</guid>
      <dc:creator>somogyitamas88</dc:creator>
      <dc:date>2026-01-14T08:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917916#M186743</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 08:28:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917916#M186743</guid>
      <dc:creator>somogyitamas88</dc:creator>
      <dc:date>2026-01-14T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917917#M186744</link>
      <description>&lt;P&gt;For me Details accepts only measure (at least implicit one). So I can drag User ID nowhere.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 08:30:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4917917#M186744</guid>
      <dc:creator>somogyitamas88</dc:creator>
      <dc:date>2026-01-14T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4921726#M186828</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568855" data-lia-user-login="Kedar_Pande" class="lia-mention lia-mention-user"&gt;Kedar_Pande&lt;/a&gt;&amp;nbsp; for your inputs.&lt;/P&gt;
&lt;P&gt;I just wanted to check if the issue has been resolved on your end, or if you require any further assistance. Please feel free to let us know, we’re happy to help!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 11:10:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4921726#M186828</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-01-20T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disctinct count in daterange with visual calculations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4927687#M186937</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1342142" data-lia-user-login="somogyitamas88" class="lia-mention lia-mention-user"&gt;somogyitamas88&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 04:57:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disctinct-count-in-daterange-with-visual-calculations/m-p/4927687#M186937</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-01-27T04:57:34Z</dc:date>
    </item>
  </channel>
</rss>

