The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi!
Recently i've been trying to create a incremental refresh for my dashboard, but the type of data is date/hour/timezone and apparently it should be only date/hour for this type to make this type of refresh work, but i want to know if there's a way that i can still use incremental refresh with an API that uses this type of data? (i just cant't not use the timezone because when i dont't use i have problems with data)
Solved! Go to Solution.
Hi @Thiago_Melo ,
Referring to the official documentation, it seems to me that incremental refreshes are not supporteddate/hour/timezone type of data.
You could try to use DateTimeZone.SwitchZone function to switch your table date time column [DateKey] to local time via copy and paste the code below , assuming the " 12" is hours , and "10" is minutes ,which is the changed Time between the local timezone and UTC timezone.
DateTimeZone.SwitchZone(DateTime.AddZone([DateKey], 0),-12 ,10)
And refer :
https://community.powerbi.com/t5/Desktop/Convert-UTC-to-client-time-zones/td-p/56337
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi @Thiago_Melo ,
Referring to the official documentation, it seems to me that incremental refreshes are not supporteddate/hour/timezone type of data.
You could try to use DateTimeZone.SwitchZone function to switch your table date time column [DateKey] to local time via copy and paste the code below , assuming the " 12" is hours , and "10" is minutes ,which is the changed Time between the local timezone and UTC timezone.
DateTimeZone.SwitchZone(DateTime.AddZone([DateKey], 0),-12 ,10)
And refer :
https://community.powerbi.com/t5/Desktop/Convert-UTC-to-client-time-zones/td-p/56337
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
80 | |
77 | |
43 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |