Forum Discussion
Set local time zone Power BI Service
I'm going crazy with relative filters. In EST time zone - so I've noticed that as of 8 PM all dashboards with relative filters start working incorrectly. Any good solution for DirectQuery/Relative filter issue? Thank you!
I had to create a create a bunch of duplicate columns for the dates I was trying to report on. Then adjust for the time diff Your case this time of year is -4/24. During winter its -5/24
Reporting Date = Appraisal[CreatedDate] -7/24
Now = NOW() - 7/24
PT Date = DATEDIFF(Appraisal[Now], Appraisal[Reporting Date], DAY)
Then use the last one as a visual filter with advanced filtering and set to show only value of zero.
I use the ‘now’ as a unique table as well to then show in the web version the real time its reporting on not the UTC time the programmers think we all work in. It will be off in your desktop version.