Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
DaZzz
Regular Visitor

Adding set hours to make up for UTC time difference

First time poster so hopefully I'm doing this right.

I currently have a visual filter that filters by week. However, I'm 12 hours ahead of UTC, so on Mondays, this filter does not update until around 12 p.m. my time. I don't want to change my powerBI locale as I have already way too much set up, rather I just want to add 12 hours to this filter so it turns over early (or as soon as there is data to be filtered).

 

This is the WeekFilter DAX I'm using to display each week: Week_Filter = Calender1[Date]-WEEKDAY(Calender1[Date],2)+1

I've tried +time(12,0,0), I've tried adding a day or two, I've confirmed there is data to be displayed on next week's filter.

 

WeekFilter VisualWeekFilter VisualVisual SettingsVisual SettingsCalender1 TableCalender1 Table

1 REPLY 1
FreemanZ
Super User
Super User

hi @DaZzz ,

 

not sure if i fully get you, you may do it via a calculated column like:

Column = [DateTime]+0.5

 

it worked like:

FreemanZ_0-1699235578467.png

 

or you do it via Power Query, to add a column like:

=[DateTime]+#duration(0,12,0,0)

FreemanZ_1-1699235630278.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.