<?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: How to show latest date as default selection in a slicer. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377516#M173797</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="308837" data-lia-user-login="abc123" class="lia-mention lia-mention-user"&gt;abc123&lt;/a&gt;&amp;nbsp;Why would you do this? Please don't post misinformation - this really is unhelpful to the community. If you insist on using GPT to augment your brain, at least fact check the results first. &amp;lt;reported to moderator&amp;gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2025 10:18:34 GMT</pubDate>
    <dc:creator>IanTCC</dc:creator>
    <dc:date>2025-01-23T10:18:34Z</dc:date>
    <item>
      <title>How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3670134#M142341</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out with this query.&lt;BR /&gt;&lt;BR /&gt;How to show latest date as default selection in a slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example, we have a date column contains date from 01-10-2022 to 22-12-2023. So, when i&amp;nbsp; drag to slicer i need to show defalut selection as 22-12-2023.&lt;BR /&gt;If user need to select other date he need select. otherwise it should be default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 11:31:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3670134#M142341</guid>
      <dc:creator>Prasad23</dc:creator>
      <dc:date>2024-01-31T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671818#M142435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683281" data-lia-user-login="Prasad23" class="lia-mention lia-mention-user"&gt;Prasad23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this method will help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample:&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;Then I created a calculated column as follows.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date1 = IF('Table'[Date] = MAX('Table'[Date]), "Latest Date", FORMAT('Table'[Date], "MM-DD-YYYY"))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use this newly created column in the slicer.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Select Latest Date to automatically select the latest date when adding new data to the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I didn't update the data:&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;When I updated the data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the result you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _Yuliax&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps, then please consider &lt;EM&gt;Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 02:59:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671818#M142435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-01T02:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671909#M142438</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403667" data-lia-user-login="123abc" class="lia-mention lia-mention-user"&gt;123abc&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&amp;nbsp;I didn't understand this point,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Set Default Slicer Selection&lt;/STRONG&gt;: Now, go to the Visualizations pane, find your slicer, and drag the "DefaultSelection" measure to the "Default value" field. This will set the default selection of the slicer to the latest date.&lt;BR /&gt;Could you please explain this point where i need to keep this "DefaultSelection" measure.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prasad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 04:04:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671909#M142438</guid>
      <dc:creator>Prasad23</dc:creator>
      <dc:date>2024-02-01T04:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671916#M142439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, Is there anyway can we get instead of "latest date" text&amp;nbsp; to Date value.&lt;BR /&gt;&lt;BR /&gt;Like "Latest Date" replaces with 12/23/2023.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prasad&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 04:07:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/3671916#M142439</guid>
      <dc:creator>Prasad23</dc:creator>
      <dc:date>2024-02-01T04:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4035193#M159906</link>
      <description>&lt;P&gt;can you explain point 3 in more details? I dont find the default value field not. Or do you mean drag and drop additionally to calculated column field the measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 16:34:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4035193#M159906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-10T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4166515#M165519</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I dont see a&amp;nbsp;&lt;SPAN&gt;"Default value" field.&amp;nbsp; All the other steps work just fine!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403667" data-lia-user-login="123abc" class="lia-mention lia-mention-user"&gt;123abc&lt;/a&gt;&amp;nbsp;Can you help to clarify since I am not the only one that doesnt see this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 07:27:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4166515#M165519</guid>
      <dc:creator>Bozintheuk1</dc:creator>
      <dc:date>2024-09-23T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4246542#M168122</link>
      <description>&lt;P&gt;Same as the first two replies - I am unable to follow part 3 as I'm unable to locate a "Default value field":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Set Default Slicer Selection&lt;/STRONG&gt;: Now, go to the Visualizations pane, find your slicer, and drag the "DefaultSelection" measure to the "Default value" field. This will set the default selection of the slicer to the latest date.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 17 Oct 2024 12:39:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4246542#M168122</guid>
      <dc:creator>alex_powerbi_20</dc:creator>
      <dc:date>2024-10-17T12:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4334798#M172107</link>
      <description>&lt;P&gt;His answer has a chat GPT pattern. That won't help you, there is no default value field&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 09:48:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4334798#M172107</guid>
      <dc:creator>FADAVI</dc:creator>
      <dc:date>2024-12-18T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4339621#M172310</link>
      <description>&lt;P&gt;Agreed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems&amp;nbsp;@abc123 is taking the &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;LAZY&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; way out.&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="308837" data-lia-user-login="abc123" class="lia-mention lia-mention-user"&gt;abc123&lt;/a&gt;&amp;nbsp; should have at least tried to verify any AI content before using it.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 02:06:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4339621#M172310</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-12-22T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377516#M173797</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="308837" data-lia-user-login="abc123" class="lia-mention lia-mention-user"&gt;abc123&lt;/a&gt;&amp;nbsp;Why would you do this? Please don't post misinformation - this really is unhelpful to the community. If you insist on using GPT to augment your brain, at least fact check the results first. &amp;lt;reported to moderator&amp;gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 10:18:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377516#M173797</guid>
      <dc:creator>IanTCC</dc:creator>
      <dc:date>2025-01-23T10:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377978#M173816</link>
      <description>&lt;P&gt;You are right but its my old post now i am not useing GPT and AI tools and if used any AI tool then mentioned the source. But i extremely apologies for this inconvenience.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 14:54:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377978#M173816</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2025-01-23T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377984#M173817</link>
      <description>&lt;P&gt;You are right but its my old post now i am not useing GPT and AI tools and if used any AI tool then mentioned the source. But i extremely apologies for this inconvenience.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 14:54:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4377984#M173817</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2025-01-23T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4384761#M174041</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="640546" data-lia-user-login="IanTCC" class="lia-mention lia-mention-user"&gt;IanTCC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for letting us know.&amp;nbsp; The response has been removed from this post.&amp;nbsp; We appreciate your contributions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Natalie H.&lt;/P&gt;
&lt;P&gt;Community Manager&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 16:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4384761#M174041</guid>
      <dc:creator>Natalie_iTalent</dc:creator>
      <dc:date>2025-01-28T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4410956#M175174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited the example from '&lt;SPAN class=""&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/652260" target="_self"&gt;&lt;SPAN class=""&gt;v-xuxinyi-msft&lt;/SPAN&gt;&lt;/A&gt;' above to format the MAX value isntead of returning TEXT in the iftrue part of the IF function, example below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date1 = IF('Table'[Date] = MAX('Table'[Date]), FORMAT(MAX('Table'[Date]), "MM-DD-YYYY"), FORMAT('Table'[Date], "MM-DD-YYYY"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for me and defaults the max value to the date format I require.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 11:11:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4410956#M175174</guid>
      <dc:creator>AJColt1953</dc:creator>
      <dc:date>2025-02-14T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show latest date as default selection in a slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4647304#M177882</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Are you getting the Max Date as the default date selected with this approach?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 16:04:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-latest-date-as-default-selection-in-a-slicer/m-p/4647304#M177882</guid>
      <dc:creator>Amarjit</dc:creator>
      <dc:date>2025-04-10T16:04:31Z</dc:date>
    </item>
  </channel>
</rss>

