<?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 set Yesterdays date as default value in date slicer? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2192886#M32945</link>
    <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;Right, so you would set the slicer to "Yesterday" and save it. Publish it, now Yesterday should be the default for the report.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 16:38:23 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-11-16T16:38:23Z</dc:date>
    <item>
      <title>How to set Yesterdays date as default value in date slicer?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2185100#M32867</link>
      <description>&lt;P&gt;Hi all ,&amp;nbsp;&lt;BR /&gt;i have a date slicer in my report , i want to show the yesterday date as default value when we land on the report.&lt;BR /&gt;Can you help me how this can be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using direct query metho&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 11:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2185100#M32867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-11T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Yesterdays date as default value in date slicer?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2185114#M32868</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;So, a lot of people solve this by adding a column like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
  VAR __Yesterday = TODAY() - 1
RETURN
  IF([Date] = __Yesterday,"Yesterday",[Date] &amp;amp; "")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You use this column in your slicer, set it to Yesterday, save and publish.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 11:28:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2185114#M32868</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-11-11T11:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Yesterdays date as default value in date slicer?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2189508#M32909</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did Greg's suggestions help with your scenario? if that is the case, you can consider Kudo or accept his suggestions to help others who faced similar requirements.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If that also doesn't help, please share more detailed information to help us clarify your scenario to test.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 06:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2189508#M32909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-15T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Yesterdays date as default value in date slicer?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2192813#M32944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for replying this is working but i have to show the yesterday's date when we land on the report.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2192813#M32944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-16T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Yesterdays date as default value in date slicer?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2192886#M32945</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;Right, so you would set the slicer to "Yesterday" and save it. Publish it, now Yesterday should be the default for the report.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 16:38:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-set-Yesterdays-date-as-default-value-in-date-slicer/m-p/2192886#M32945</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-11-16T16:38:23Z</dc:date>
    </item>
  </channel>
</rss>

