Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I created a card visual that would show the date and time of the last refresh using this code.
For the Table:
#table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})
For the measure:
Solved! Go to Solution.
HI @Anonymous,
Power bi service does not support display with specific date timezone values, it will conver these datetiem feilds to UTC format.
For this scenario, you can add a calculated column to manually add timezone offset to show the specific date timezone value on the power bi service side.
Regards,
Xiaoxin Sheng
HI @Anonymous,
Power bi service does not support display with specific date timezone values, it will conver these datetiem feilds to UTC format.
For this scenario, you can add a calculated column to manually add timezone offset to show the specific date timezone value on the power bi service side.
Regards,
Xiaoxin Sheng
HI @Anonymous,
Please check this post from Reza Rad, it might solve your issue
http://www.radacad.com/solving-dax-time-zone-issue-in-power-bi
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!