The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We have a Power BI report embedded in web-application having a live connection with Azure Analysis Services.
This report displays time intervals according to UTC as the data stored in Azure analysis services is in UTC. We want to display this interval time slots in local timezone in which the web application is accessed.
I tried using Dax NOW() and UTCNOW() function but these function if created on Azure Analysis services result in UTC time to be displayed on Power BI report.
Any help will be greatly appreciated to get local time on Power BI report considering the DAX calculations are done on Azure analysis server model and Power Query M could not be used in this scenario.