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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
UncleLewis
Responsive Resident
Responsive Resident

Incremental Refresh

Using PBID June 2025.

I tried to filter a date column but the parameters did not show RangeStart, RangEnd until I flipped the field from date to datetime.

 

Should it be possible on date only?

 

Thanks

w

 

2 ACCEPTED SOLUTIONS
Jihwan_Kim
Super User
Super User

Hi, datetime data type is the correct type.
However, if you can try to create a function in Power Query editor that converts to datetime data type to number type (for date_key column in fact tables) or date type (date column in fact tables), then I think you can implement in a way that you expected.
Thank you.

Configure incremental refresh for Power BI semantic models - Power BI | Microsoft Learn

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

v-veshwara-msft
Community Support
Community Support

Hi @UncleLewis ,

Thanks for reaching out to Microsoft Fabric Community.

As mentioned by @Jihwan_Kim , Power BI requires the column used for Incremental Refresh to be of datetime type at the filter step for RangeStart and RangeEnd to bind properly.

 

If your source table only has a date column or uses integer surrogate keys in yyyymmdd format, you'll need to convert the RangeStart and RangeEnd parameters accordingly by creating a function to map the datetime values to match the format used in your table. This is particularly useful when your fact table uses surrogate keys instead of native datetime columns.

 

You can refer to the Convert DateTime to integer section in the official documentation for that approach.

 

Configure incremental refresh for Power BI semantic models - Power BI | Microsoft Learn

 

Hope this helps. Please reach out for further assistance.

Thank you.

View solution in original post

5 REPLIES 5
v-veshwara-msft
Community Support
Community Support

Hi @UncleLewis ,
Just wanted to check if the response provided was helpful. If further assistance is needed, please reach out.
Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @UncleLewis ,
We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.
Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @UncleLewis ,

Just checking in to see if you query is resolved and if any responses were helpful.
Otherwise, feel free to reach out for further assistance.

Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @UncleLewis ,

Thanks for reaching out to Microsoft Fabric Community.

As mentioned by @Jihwan_Kim , Power BI requires the column used for Incremental Refresh to be of datetime type at the filter step for RangeStart and RangeEnd to bind properly.

 

If your source table only has a date column or uses integer surrogate keys in yyyymmdd format, you'll need to convert the RangeStart and RangeEnd parameters accordingly by creating a function to map the datetime values to match the format used in your table. This is particularly useful when your fact table uses surrogate keys instead of native datetime columns.

 

You can refer to the Convert DateTime to integer section in the official documentation for that approach.

 

Configure incremental refresh for Power BI semantic models - Power BI | Microsoft Learn

 

Hope this helps. Please reach out for further assistance.

Thank you.

Jihwan_Kim
Super User
Super User

Hi, datetime data type is the correct type.
However, if you can try to create a function in Power Query editor that converts to datetime data type to number type (for date_key column in fact tables) or date type (date column in fact tables), then I think you can implement in a way that you expected.
Thank you.

Configure incremental refresh for Power BI semantic models - Power BI | Microsoft Learn

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.