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
M0skus
Frequent Visitor

Incremental refresh without date/time tag in table

Hi, 

 

I'll preface by saying I've just started learning Power BI. 

 

So I'm trying to figure out if I can keep historical data when refreshing a table to visualize change over time. 

I have a simple table, listing different activities that are overdue at any given time. Meaning everytime I refresh, I get the status as of right now.

 

Maybe instead of getting in to the "how", I'll start with if its possible at all:

Seeing as the data doesnt have date/time tags, can incremental refresh be used to keep history, and tag data with refresh date?

1 ACCEPTED SOLUTION
ribisht17
Super User
Super User

@M0skus 

 

Supported data sources

Incremental refresh and real-time data works best for structured, relational data sources, like SQL Database and Azure Synapse, but can also work for other data sources. In any case, your data source must support the following:

Date column - The table must contain a date column of date/time or integer data type. The RangeStart and RangeEnd parameters (which must be date/time data type) filter table data based on the date column. For date columns of integer surrogate keys in the form of yyyymmdd, you can create a function that converts the date/time value in the RangeStart and RangeEnd parameters to match the integer surrogate keys of the date column. To learn more, see Configure incremental refresh - Convert DateTime to integer.

 

Find more info > Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs

 

Regards,

Ritesh

Ritesh

Mark my post as a solution if it helped you so that it can help others as well| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My You Tube Channel !! Connect on Linkedin

View solution in original post

1 REPLY 1
ribisht17
Super User
Super User

@M0skus 

 

Supported data sources

Incremental refresh and real-time data works best for structured, relational data sources, like SQL Database and Azure Synapse, but can also work for other data sources. In any case, your data source must support the following:

Date column - The table must contain a date column of date/time or integer data type. The RangeStart and RangeEnd parameters (which must be date/time data type) filter table data based on the date column. For date columns of integer surrogate keys in the form of yyyymmdd, you can create a function that converts the date/time value in the RangeStart and RangeEnd parameters to match the integer surrogate keys of the date column. To learn more, see Configure incremental refresh - Convert DateTime to integer.

 

Find more info > Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs

 

Regards,

Ritesh

Ritesh

Mark my post as a solution if it helped you so that it can help others as well| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My You Tube Channel !! Connect on Linkedin

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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