Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have read a few of the other threads that deal with this, but cant really figure it out (perhaps my specifics are different)
I have a date table, which has multiple columns for identifiers such as "Current Week", "Current Month", etc.
I have created a dashboard in Power BI service which is a weekly dashboard. Problem is, im based in NZ, so we have to wait till 1pm our time, for the dashboard to register "current week", as the server is on UTC time.
Would the solution to my problem be as simple as adding 12 hours to the date colum in my date table??
Below is a snapshot of my date table so you get an idea on the "current week", etc
Thanks @GilbertQ
Sorry to be a noob, but can you share the DAX formula I would use?
Also, would it be a problem that some of my "current" columns use NOW() in the formula?
Hi, using data model in power bi deskto
thanks heaps
Hi @richardmayo
If you are using the UTCNOW() function this is how you can add in the Hours to offset it
Local Date = UTCNOW() + TIME(12,0,0)
The TIME Function works in Hours,Min,Sec
Here is the output from the above measure, you can use the same function above in your date table.
Hi @GilbertQ
So the 'date' column in my date table is
Date (Export) = CALENDAR(FIRSTDATE('rms repairs'[date_entered]),DATE(2022,03,31))
How would I add your part to that??
Hi there
Try this and see if it works
Date (Export) = CALENDAR(FIRSTDATE('rms repairs'[date_entered]) + TIME(12,0,0),DATE(2022,03,31)+ TIME(12,0,0))
Hi @GilbertQ
No, that didn't work, but I expect its because the field is in 'date' format and not 'date/time' format.
I dont really want to convert it to 'date/time' though, so is there anyway around it??
Thanks
Hi @GilbertQ
Building my date tables again sounds like a pretty big job.... is there a way I can take my current table into power query?
Thanks
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 35 | |
| 18 | |
| 14 |