Hi,
I have a created PowerBI report to filter data using Dimdate for 1 relative day . But PowerBI changes the Filter dates at 8am local time(UTC time) which I want to change it to Local time.
I tried following
Changed data type of Dimdate to Datatime,zone
Changed Zone to Perth time/ +8 UTC.
Filters still change at 8am
Now, for short fix
I have created Localtime column in Dimdate and populated with localdate
Created IsToday column by comparing localtime with Date column of dimdate table
I am filtering which ever rows matches IsToday =1 in Report.
This method is working only for 1 day.
Hi,
I did go thru the Article before. I am not sure how will creating a measure or column in Power Query on localtime changes relative date filtering on Dimdate table. I am little confused here could you help me understand any additional steps I need to do to achieve this.
Ok maybe I’m not understanding what you exactly need then. Are you able to add some images of what you currently have? I’m struggling to imagine all the moving parts.
In part 5 you mentioned you actually have this working? Is that right? When you say the method only work for 1 day, I’m not quite sure what this means. Do you want it for 2 days or something like this?
PFA is the screenshot that has relative date filtering from Dimdate. The dates in that won’t change until 8 am which is my local time as Its defaults to UTC. I want those dates to be changed on my local time. Currently the solution I have will only work for 1 day. I can send PBIX file its its still not clear
Ok thanks, I wasn’t even close to imagining this was the issue.
The short answer from me is I don’t actually know if you can.
I have done some researching though and I am doubtful at the moment if it is possible. (I’m hoping I’m worng but this is just my view from what I have read)
The detail in this web page provides the most info
Thanks a lot for Suggestion. I have come up with solution to pass date local date range in case statement to calendar and not using relative dates anymore.