I have been doing some research and have come a little stuck and needed some help/guidance.
I have a model where I am using both date and time dimensions.
what I am trying to do is select multiple dates so in this example PBIX I am selecting 17th 18th march.
What I would like to do is define when the start time is for the 17th and end time on the 18th.
Eg
Period selected
I would then like to pick a start time for the 17th lets say 06:00 and an end time for the 18th lets say 17:00 and return all rows in my fact between this period.
At the moment when I filter on hour:
eg
I would only see the records of 06:00 to 17:00 for each of the days selected.
Any ideas or suggested reading on achieving this in Power BI.
I don’t think active slicers are going to work in this case. I think what you’ll need to do is create a disconnected timetable and then harvest start and end times from two list or drop down slicers connected to that disconnected timetable. Harvesting the values from the date slicer and the disconnected time slicers will allow you to build the filter conditions into your measures to select only the desired records.
Hi @haroonali1000, did the response provided by @jbressan and @BrianJ help you solve your query? If not, how far did you get and what kind of help you need further? If yes, kindly mark as solution the answer that solved your query. Thanks!
Hi @haroonali1000, we’ve noticed that no response has been received from you since the 20th of March. We just want to check if you still need further help with this post? In case there won’t be any activity on it in the next few days, we’ll be tagging this post as Solved.
Hi @haroonali1000, due to inactivity, a response on this post has been tagged as “Solution”. If you have a follow question or concern related to this topic, please remove the Solution tag first by clicking the three dots beside Reply and then untick the check box.
We’ve recently launched the Enterprise DNA Forum User Experience Survey, please feel free to answer it and give your insights on how we can further improve the Support forum. Thanks!
I am facing the same issue. Can you please help me with the solution. Should be able to see the records from start date and end date with different time intervals. If the user selects the start time as 28/10/2021 11:00 AM and end time as 29/10/2021 2:00 AM of end date they should see the results including minutes as well. please suggest me