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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I'm based in New Zealand and using power bi to track our daily sales. We don't have sales everyday and I have created a calendar table ( = calendar (startdate, endate)) and I'm using below expression to calculate MTD working days:
Solved! Go to Solution.
Hi Aidar,
Because Power BI is using GMT (or UTC, not sure) you get the difference in time zones for TODAY or NOW functions.
You can solve it with DAX in your data model or with M in Power Query.
Reza Rad did a good job explaining it here:
https://radacad.com/solving-dax-time-zone-issue-in-power-bi
Hi Aidar,
Because Power BI is using GMT (or UTC, not sure) you get the difference in time zones for TODAY or NOW functions.
You can solve it with DAX in your data model or with M in Power Query.
Reza Rad did a good job explaining it here:
https://radacad.com/solving-dax-time-zone-issue-in-power-bi
Thanks!
My final solution based on Reza's post here: