Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi good day,
Can anyone help me on my Previous Day calculated column. When i publish my report and refresh at night my Previous day column late for almost half day. my time zone +8hrs KL
Solved! Go to Solution.
Hi @AllanBerces ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
You can adjust manually by
PreviousDay =
VAR KLToday = TODAY() + 8/24 -- Manually adjust to KL time
VAR KLYesterday = KLToday - 1
RETURN
IF('DAILY PROGRESS'[Progress Date] = KLYesterday, "Today", 'DAILY PROGRESS'[Progress Date
])
Or in power query,
Go to Transform Data
Add a column with DateTimeZone.FixedUtcNow()
Use DateTimeZone.SwitchZone([YourUtcDate], 😎 to convert to KL time
Extract the date part if needed
Please mrk this anwer as complete
You can adjust manually by
PreviousDay =
VAR KLToday = TODAY() + 8/24 -- Manually adjust to KL time
VAR KLYesterday = KLToday - 1
RETURN
IF('DAILY PROGRESS'[Progress Date] = KLYesterday, "Today", 'DAILY PROGRESS'[Progress Date
])
Or in power query,
Go to Transform Data
Add a column with DateTimeZone.FixedUtcNow()
Use DateTimeZone.SwitchZone([YourUtcDate], 😎 to convert to KL time
Extract the date part if needed
Please mrk this anwer as complete
Hi @AllanBerces ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Note that the Power BI service runs on UTC. You should base all your calculations on UTC as well. So instead of using TODAY() use UTCTODAY() etc.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |