<?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: Advanced Date Picker in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/1121066#M14335</link>
    <description>&lt;P&gt;I really do not like some people's solution of using a date range control and covering up one of the dates to make it look like it works fine.&lt;/P&gt;&lt;P&gt;We had many users pushing us (BI Analyts) to come up with a more professional solution that works well and looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I had to write my own custom Visual DatePicker (and go through the steep learning curve to learn all: Node Js, Ms Code, JavaScript, XML Parameters, Syncfusion parameters, Power BI compilation process, Sync calendars, etc) it took me around 2 months or more to come up with something end users would love and accept to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I didn't want to reinvent the wheel, I searched and searched all over to find some source code I could re-use inside Power BI environment. Because Power BI acts and works like a website,&amp;nbsp; I thought I should look for javascript components.&amp;nbsp; So I found and purchased the SyncFusion Essential JS 2 libraries, just to use one control, the datePicker, the other 59 controls are available for us to use at another time if we want...&lt;/P&gt;&lt;P&gt;A sample of how their calendar datepicker works in on their demo page... &lt;A title="SyncFusion DatePicker Demo" href="https://ej2.syncfusion.com/javascript/demos/#/material/datepicker/default.html" target="_self"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Disclaimer : I don't work for SyncFusion or get paid by them to say these comments, I'm just a frustrated user that wanted a professional solution inside Power BI, which according to most users, should be out by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clicking on a Day will select that date, clicking on "May 2020" will allow you to select the Month, and further down, clicking on the "2020" will allow you to select the Year. Very simple, elegant and professional.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;picking a day ;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;picking a Month&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;picking a Year :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what mine looks inside Power BI...&lt;/P&gt;&lt;P&gt;Users click on the Calendar Icon, and I bring the bookmark Page that contains the&amp;nbsp;&lt;/P&gt;&lt;P&gt;DatePicker Control.&amp;nbsp; Allowing them to select ONE, single date.&lt;/P&gt;&lt;P&gt;(I removed some labels from the grid, to protect the inocent :)...)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps some people...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andres&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 22:09:00 GMT</pubDate>
    <dc:creator>andres777</dc:creator>
    <dc:date>2020-05-26T22:09:00Z</dc:date>
    <item>
      <title>Advanced Date Picker</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/483034#M6975</link>
      <description>&lt;P&gt;I am using Power BI Report Server 2017 and am a bit disappointed in the data picker&amp;nbsp;for the SSRS/paginated reports.&amp;nbsp; Most modern date pickers allow you to navigate dates more quickly by clicking on the month and the calendar view will dynamically change.&amp;nbsp; An example can be found here: &lt;A href="https://demos.telerik.com/kendo-ui/datepicker/index" target="_self"&gt;https://demos.telerik.com/kendo-ui/datepicker/index&lt;/A&gt; .&amp;nbsp; Are there any plans to introduce a more advanced datepicker or is there a setting in the config that I can use to turn on more datepicker features?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 18:54:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/483034#M6975</guid>
      <dc:creator>RBI</dc:creator>
      <dc:date>2018-08-07T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Date Picker</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/483116#M6978</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="66497" data-lia-user-login="RBI" class="lia-mention lia-mention-user"&gt;RBI&lt;/a&gt;&amp;nbsp;for the suggestion however at the moment there is no way for the data picker to be overriden in the server; however at some point we do plan to update this. I would suggest that you post a request/idea &lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/category/207604-report-server" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;so this can be voted on by the community.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 21:04:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/483116#M6978</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-08-07T21:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Date Picker</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/1121066#M14335</link>
      <description>&lt;P&gt;I really do not like some people's solution of using a date range control and covering up one of the dates to make it look like it works fine.&lt;/P&gt;&lt;P&gt;We had many users pushing us (BI Analyts) to come up with a more professional solution that works well and looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I had to write my own custom Visual DatePicker (and go through the steep learning curve to learn all: Node Js, Ms Code, JavaScript, XML Parameters, Syncfusion parameters, Power BI compilation process, Sync calendars, etc) it took me around 2 months or more to come up with something end users would love and accept to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I didn't want to reinvent the wheel, I searched and searched all over to find some source code I could re-use inside Power BI environment. Because Power BI acts and works like a website,&amp;nbsp; I thought I should look for javascript components.&amp;nbsp; So I found and purchased the SyncFusion Essential JS 2 libraries, just to use one control, the datePicker, the other 59 controls are available for us to use at another time if we want...&lt;/P&gt;&lt;P&gt;A sample of how their calendar datepicker works in on their demo page... &lt;A title="SyncFusion DatePicker Demo" href="https://ej2.syncfusion.com/javascript/demos/#/material/datepicker/default.html" target="_self"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Disclaimer : I don't work for SyncFusion or get paid by them to say these comments, I'm just a frustrated user that wanted a professional solution inside Power BI, which according to most users, should be out by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clicking on a Day will select that date, clicking on "May 2020" will allow you to select the Month, and further down, clicking on the "2020" will allow you to select the Year. Very simple, elegant and professional.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;picking a day ;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;picking a Month&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;picking a Year :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what mine looks inside Power BI...&lt;/P&gt;&lt;P&gt;Users click on the Calendar Icon, and I bring the bookmark Page that contains the&amp;nbsp;&lt;/P&gt;&lt;P&gt;DatePicker Control.&amp;nbsp; Allowing them to select ONE, single date.&lt;/P&gt;&lt;P&gt;(I removed some labels from the grid, to protect the inocent :)...)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps some people...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andres&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 22:09:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Advanced-Date-Picker/m-p/1121066#M14335</guid>
      <dc:creator>andres777</dc:creator>
      <dc:date>2020-05-26T22:09:00Z</dc:date>
    </item>
  </channel>
</rss>

