The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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: