Forum Discussion

UncleLewis's avatar
UncleLewis
Responsive Resident
1 year ago
Solved

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?   ...
  • v-veshwara-msft's avatar
    1 year ago

    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.