<?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 the Date Slicer between End date as Refresh date of Dataset everyday happens? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4129700#M10461</link>
    <description>&lt;P&gt;This seems to be a very convoluted setup. Make sure this is really what your users want, and even then you should challenge them.&amp;nbsp; Better spend the time training them on the Filter pane.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 14:35:18 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-09-02T14:35:18Z</dc:date>
    <item>
      <title>How to set the Date Slicer between End date as Refresh date of Dataset everyday happens?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4126770#M10442</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I have a Date Slicer Between and it has From date To date selected by default based on the date available.&lt;/P&gt;&lt;P&gt;Also i have a scheduled refresh every day.After refresh is completed To_date field should point to the date max date available from the dataset refreshed by default. A of now customer has to use the slider every time to the latest date updated.&lt;/P&gt;&lt;P&gt;This is not hapening as of now.?&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;Thank nad Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 10:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4126770#M10442</guid>
      <dc:creator>ssspk</dc:creator>
      <dc:date>2024-08-30T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Date Slicer between End date as Refresh date of Dataset everyday happens?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4126952#M10448</link>
      <description>&lt;P&gt;Drop the slicer and use the Filter Pane.&amp;nbsp; It has automatic absolute and relative date options.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 12:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4126952#M10448</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-30T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Date Slicer between End date as Refresh date of Dataset everyday happens?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4129516#M10460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your time nad reply. But Filter pane we can't handle Start_date and To_date selection. Mostly it will be heplful for combobox type selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have create custom_table called "Date_Filter".&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Date_Filter =&lt;/SPAN&gt; &lt;SPAN&gt;UNION&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;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DATESBETWEEN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dashboard_running&lt;/SPAN&gt;&lt;SPAN&gt;[event_date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;() - &lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()),&lt;/SPAN&gt;&lt;SPAN&gt;"Type"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Default"&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;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CALENDAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dashboard_running&lt;/SPAN&gt;&lt;SPAN&gt;[event_date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dashboard_running&lt;/SPAN&gt;&lt;SPAN&gt;[event_date]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;"Type"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Custom"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If i select custom radio button and Change the Start_date and Change the &lt;STRONG&gt;To_date 30 days before&lt;/STRONG&gt; then, Default radio button is hidden. I can't make the button always visible in screen. All are Slicers only.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How to handle it?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 12:30:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4129516#M10460</guid>
      <dc:creator>ssspk</dc:creator>
      <dc:date>2024-09-02T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Date Slicer between End date as Refresh date of Dataset everyday happens?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4129700#M10461</link>
      <description>&lt;P&gt;This seems to be a very convoluted setup. Make sure this is really what your users want, and even then you should challenge them.&amp;nbsp; Better spend the time training them on the Filter pane.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 14:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-set-the-Date-Slicer-between-End-date-as-Refresh-date-of/m-p/4129700#M10461</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-02T14:35:18Z</dc:date>
    </item>
  </channel>
</rss>

