<?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: Weekly data and slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185922#M115331</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to keep the ascending ranking of the&amp;nbsp;&lt;SPAN&gt;[Team Date 01], then create a calculated column&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;e.g&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Index = COUNTROWS(FILTER('Table',[Team Date 01]&amp;lt;=EARLIER('Table'[Team Date 01])))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then modify the Tooltip measure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Tooltips = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[Index])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Then put the measure to the tooltip, then select sort by the measure.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Apr 2023 09:43:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-13T09:43:39Z</dc:date>
    <item>
      <title>Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3178767#M114866</link>
      <description>&lt;P&gt;Have a graph that uses a Slicer (using between) and a measure to get each week per a column of the dates we reference.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthWeek = &lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;" Week "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;WEEKNUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;)add&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Works to grab data by week and moving the slider adds or subtracts weeks fron the graph, however once you move to another month, the weeks are out of order and haven't found a way to keep it correctly in the measure or graph. '&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;For example displaying January data the weeks are correct (sorted ascending)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;If you move the slider to another month the weeks become out of order, even if you resort the axis it may not correct the issue.&lt;/P&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;the slider values format is M/D/YYYY in case that may be causing the issue, any suggestions&amp;nbsp;appreciated, thank you.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 09 Apr 2023 08:03:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3178767#M114866</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-09T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3178875#M114873</link>
      <description>&lt;P&gt;Additional information:&lt;/P&gt;&lt;P&gt;The Team Date is from AzDo Work Items as the date of the task per item.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 14:31:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3178875#M114873</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-09T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3180696#M114983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.Click the&amp;nbsp;&lt;SPAN&gt;MonthWeek column, then select sort by&amp;nbsp;[Team Date 01] column&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then put the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;MonthWeek column to the visual&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Output&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2.You can create a measure&lt;/P&gt;
&lt;P&gt;e.g&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Tooltip=SUM('Work Items'[Team Date 01])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then put it to the tooltips, and select "..." of the visual and select sort by "Tooltips" and "ascending"&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then, no matter how you filter the slicer, it can appear in increasing order.&lt;/P&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 02:05:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3180696#M114983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-11T02:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183629#M115172</link>
      <description>&lt;P&gt;Thank you, I tried this however it didn't resolve -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Even if I change the sort method, still off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure created =&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Tooltip = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Using this measure in prevous screenshots to sort by weeks&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthWeek = &lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;" Week "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;WEEKNUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Apr 2023 09:29:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183629#M115172</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-12T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183648#M115173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you put the measure to the tooltip, and you can try the first method&amp;nbsp; I have offered, after testing, it can be work.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 09:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183648#M115173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-12T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183801#M115182</link>
      <description>&lt;P&gt;Tried the first method (&lt;SPAN&gt;Click the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MonthWeek column, then select sort by&amp;nbsp;[Team Date 01] column)&amp;nbsp;&lt;/SPAN&gt;and recieved this message&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Yes I added the measure to the tooltip for the graph&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 10:59:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3183801#M115182</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-12T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185568#M115306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show me some sample data of the&amp;nbsp;[Team Date 01] column? Because the two ways can work on my pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 07:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185568#M115306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185769#M115319</link>
      <description>&lt;P&gt;Example of column&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;</description>
      <pubDate>Thu, 13 Apr 2023 08:23:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185769#M115319</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-13T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185922#M115331</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to keep the ascending ranking of the&amp;nbsp;&lt;SPAN&gt;[Team Date 01], then create a calculated column&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;e.g&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Index = COUNTROWS(FILTER('Table',[Team Date 01]&amp;lt;=EARLIER('Table'[Team Date 01])))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then modify the Tooltip measure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Tooltips = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[Index])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Then put the measure to the tooltip, then select sort by the measure.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Apr 2023 09:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3185922#M115331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T09:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186509#M115382</link>
      <description>&lt;P&gt;The MonthWeek item is a measure in my data so does not appear in looking at the data in Transform, tried you method but made it worse. Is there a way I can format the date to appear instead of for example. January Week 1 to appear as 1 Week January so I can sort numerically ? Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:21:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186509#M115382</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-13T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186522#M115385</link>
      <description>&lt;P&gt;Its possible may be creating the graph wrong. Am using my MonthWeek measure in the Slicer but using the Team Date in the X-Axis. Could that be an issue ? I did try using the Team Date in the Slicer however then I did not have the option of using "between" in the Slicer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:27:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186522#M115385</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-13T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186601#M115392</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;, changing your analysis to the week of the year would give you better results as week of month analysis is fundamentally flawed for comparable analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are slicing by month &amp;amp; week, you will get strange and incomparable results in your visualizations.&amp;nbsp; I would suggest not going about it this way. For example, if the first or last week of the month had anything other than 7 days in them (which they always do), then they would not be comparable to anything and would give misleading results.&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, 13 Apr 2023 15:00:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3186601#M115392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T15:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3187440#M115462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify the Tooltip measure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;Tooltips = COUNTROWS(FILTER(ALLSELECTED('Table'),[Team Date 01]&amp;lt;=SELECTEDVALUE('Table'[Team Date 01])))&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Then put the measure to the tooltip, then select sort by the measure.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Apr 2023 01:45:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3187440#M115462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-14T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly data and slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3191805#M115770</link>
      <description>&lt;P&gt;MonthWeek column does not appear in Transform Data,&amp;nbsp;unfortunately cannot share my pbix file as it is&amp;nbsp;proprietary as it is FED data. Is there a way to rewrite my current column&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthWeek = &lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;" Week "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;WEEKNUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[Team Date 01]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;per Noah's suggestion ? Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Apr 2023 14:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-data-and-slicer/m-p/3191805#M115770</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-04-17T14:51:33Z</dc:date>
    </item>
  </channel>
</rss>

