Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
FilipK
Resolver I
Resolver I

How to run incremental refresh with unix timestamp

I wonder how it's possible to run an incremental refresh when I only receive the unix timestamp in ms.

There are a lot of ways how convert the timestamp for sure but I've just seen solutions that are not foldable.

 

Who can help out?

2 REPLIES 2
amitchandak
Super User
Super User

@FilipK , there was a blog around the date key, see if that can help

https://www.fourmoo.com/2020/03/11/how-to-configure-incremental-refreshing-in-power-bi-with-datekey-...

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak , thanks for your reply. 

I'm afraid this doesn't work since the relation with unix timestamp between the epochtime and the date in date format is more complex than this:  (x as datetime) => Date.Year(x)*10000 + Date.Month(x)*100 + Date.Day(x). With the unix time there are much more rules to consider.

As you can see here the calculation written in C is not that easy.

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors