<?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 Date button -1 day and +1 day in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046342#M14130</link>
    <description>&lt;P&gt;Table visualization report with 3 sets of data.&lt;/P&gt;&lt;P&gt;Filtered SalesDate column with filter type: Top N, Top 1. So it always shows the latest days data.&lt;/P&gt;&lt;P&gt;For example data goes from 01.jan - today. Filter shows only 23.04 ( latest data was yesterdays data ) but now I need a way to be able to click through days with a button, like back and forth button adding or subtracting 1 day at a time.&lt;BR /&gt;&lt;BR /&gt;I looked into bookmarks but since my default view is changeing everyday I dont know how set filter to show data 2 days ago. I tried looking into DAX to somehow show the default data -1 day but couldn't find anything helpful.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2020 08:10:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-24T08:10:24Z</dc:date>
    <item>
      <title>Date button -1 day and +1 day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046342#M14130</link>
      <description>&lt;P&gt;Table visualization report with 3 sets of data.&lt;/P&gt;&lt;P&gt;Filtered SalesDate column with filter type: Top N, Top 1. So it always shows the latest days data.&lt;/P&gt;&lt;P&gt;For example data goes from 01.jan - today. Filter shows only 23.04 ( latest data was yesterdays data ) but now I need a way to be able to click through days with a button, like back and forth button adding or subtracting 1 day at a time.&lt;BR /&gt;&lt;BR /&gt;I looked into bookmarks but since my default view is changeing everyday I dont know how set filter to show data 2 days ago. I tried looking into DAX to somehow show the default data -1 day but couldn't find anything helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 08:10:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046342#M14130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-24T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date button -1 day and +1 day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046424#M14131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain your issue in detail by sharing some screenshots and smaple data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 08:32:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046424#M14131</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-04-24T08:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date button -1 day and +1 day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046467#M14133</link>
      <description>&lt;P&gt;Table that shows looks something like this: ( data showing managed by filter - 23.04.2020 )&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;data1&lt;/TD&gt;&lt;TD&gt;521512&lt;/TD&gt;&lt;TD&gt;51252155&lt;/TD&gt;&lt;TD&gt;7753223&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;data2&lt;/TD&gt;&lt;TD&gt;989124&lt;/TD&gt;&lt;TD&gt;79151008&lt;/TD&gt;&lt;TD&gt;7693263&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;data3&lt;/TD&gt;&lt;TD&gt;852185&lt;/TD&gt;&lt;TD&gt;59128521&lt;/TD&gt;&lt;TD&gt;0521585&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;data4&lt;/TD&gt;&lt;TD&gt;592152&lt;/TD&gt;&lt;TD&gt;58258581&lt;/TD&gt;&lt;TD&gt;8558215&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Date table with values ( not shown on the table visualization like above but used as a filter )&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;20200424&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20200423&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20200422&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20200421&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Filtered like this: ( this filter gives me the results in 23.04.2020 )&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now I need a button idealy like this:&lt;BR /&gt;[&amp;lt;-] back 1 day button&lt;BR /&gt;[-&amp;gt;] forward 1 day button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Default view should always show the data like in the filter ( latest days data ) like it is now.&lt;/P&gt;&lt;P&gt;Need a back button when pressed it would go back 1 day and show data in 22.04.2020. Click it 1 more time it shows 21.04.2020 data etc. I can not make a new bookmark and have it show 22.04.2020 data in Basic filtering because it would work today but tomorrow is a new day and then it would still bring back to 22.04.2020 but for tomorrow it should bring back to 23.04.2020.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 08:48:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046467#M14133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-24T08:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date button -1 day and +1 day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046830#M14146</link>
      <description>Why can't you use slicers? Just try to find a slicer in the App Store that does at least approximately what you want. By using bookmarks alone you won't achieve it.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 24 Apr 2020 11:55:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-button-1-day-and-1-day/m-p/1046830#M14146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-24T11:55:44Z</dc:date>
    </item>
  </channel>
</rss>

