cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Thiago_Melo
Frequent Visitor

Making incremental refresh with an date/hour/timezone type of data

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)

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

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)

 

 

vluwangmsft_0-1649662191598.png

 

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

View solution in original post

1 REPLY 1
v-luwang-msft
Community Support
Community Support

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)

 

 

vluwangmsft_0-1649662191598.png

 

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors