Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
In my query editor, I have 2 parameters (start, end) which are types datetimezone.
I want to expose 2 datetimezone pickers to the user so they can pick the 2 dates and let that update the graph.
Is this possible to do?
Solved! Go to Solution.
Hi @TheInvoker @
I suggest you to use this customer visual "Smart filter by OKVIz".
You can enter the date format in power bi in the checkbox that appears, and the checkbox below will automatically display the date format that matches your input.
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380859?src=office&tab=Overview
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TheInvoker,
The current date will always be included, and by clicking the button with the yellow dot, you can select the time.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TheInvoker @
I suggest you to use this customer visual "Smart filter by OKVIz".
You can enter the date format in power bi in the checkbox that appears, and the checkbox below will automatically display the date format that matches your input.
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380859?src=office&tab=Overview
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Will it always have the current date in it? And can I pick times as well?
I saw the tutorial for slicers and parameter binding, but the problem is that the user is required to pick from a dropdown of limited values. I want the user to be able to enter any arbitrary datetime like how a datetimepicker looks like in google chrome browser using <input type="datetime"/>.
I can also change it to string value instead of datetimezone. If I do a string format, is there a way the user can type a text and let that bind to the parameter?