March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I use DAX: CALENDAR (DATE(2021,6,1), TODAY()) to filter today's data.
However, when I publish to Power BI portal service. And define the referesh data schedule at 6:30 AM Beijing Time China.
It doesn't get the right date, for example, today is Jun 1 st, the DAX still is May 31.
It is around 10:00 am, it change to the right date (Jun 1st).
Anything wrong?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
It might be a time difference issue.
The Power BI Service uses UTC time.
The solution is to add the corresponding time difference to the datetime column on your calendar table.
new datetime = [datetime]+hours/24
Best Regards,
Jay
Hi @Anonymous ,
It might be a time difference issue.
The Power BI Service uses UTC time.
The solution is to add the corresponding time difference to the datetime column on your calendar table.
new datetime = [datetime]+hours/24
Best Regards,
Jay
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
16 | |
15 | |
7 | |
7 |
User | Count |
---|---|
37 | |
31 | |
16 | |
16 | |
12 |