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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
akasthan
Microsoft Employee
Microsoft Employee

Cannot set up incremental refresh

Hi PowerBI Community,

 

I am not able to set up an incremental refresh as shown in the Power BI walkthrough  (https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview)

I have created the parameteres and filtered the data using the parameters but when I right click on the table and select "Incremental Refresh" all of the options are greyed out. (See first image below) It says that I need to set up parameters but I have already did that. (see second image below)

 

Unlike this post I have kept the parameter name as RangeStart and RangeEnd only but still the slider to turn on incremental refresh is greyed out. The data source here in this case is Azure Data Lake Storage Gen1.

Can someone help me enabling incremental refresh?

 

akasthan_1-1635447434205.png

 

akasthan_0-1635447361738.png

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @akasthan ,

Please change the data type of both the parameter RangeStart&RangeEnd and the date field in your fact table as Date/Time in Power Query Editor just as suggested by @lbendlin. You can review the content in the following link for the details.

Create parameters

Change the date type of parameter RangeStart and RangeEnd as Date/TimeChange the date type of parameter RangeStart and RangeEnd as Date/Time

Change the date field in fact table as Date/TimeChange the date field in fact table as Date/TimeAfter completed the above steps, you can configure incremental refresh normally...

yingyinr_2-1635822700059.png

Best Regards

View solution in original post

7 REPLIES 7
strongCoreZach
Advocate III
Advocate III

can they all be date type rather than date-time?

daviddodd64
Regular Visitor

It is absurd that we must be so specific in order to use this feature. Microsoft really needs to work on its Power Apps. It shouldn't be this difficult to use basic features - or to find specific enough documentation.

You think this is specific? Wait until you learn about partitions and XMLA...

Anonymous
Not applicable

Hi @akasthan ,

Please change the data type of both the parameter RangeStart&RangeEnd and the date field in your fact table as Date/Time in Power Query Editor just as suggested by @lbendlin. You can review the content in the following link for the details.

Create parameters

Change the date type of parameter RangeStart and RangeEnd as Date/TimeChange the date type of parameter RangeStart and RangeEnd as Date/Time

Change the date field in fact table as Date/TimeChange the date field in fact table as Date/TimeAfter completed the above steps, you can configure incremental refresh normally...

yingyinr_2-1635822700059.png

Best Regards

lbendlin
Super User
Super User

RangeStart and RangeEnd need to be of DateTime type, not Date.

does the field in the relationship also need to be datetime?

 

The RangeStart and RangeEnd parameters must be datetime or dateinteger.  What is dateinteger do I hear you ask?

 

Configure incremental refresh and real-time data for Power BI datasets - Power BI | Microsoft Learn

 

The format of your actual column for partition control doesn't matter, but it must be transformable into the format used by the parameters during the query, and must be usable for partition control. So for example if you had a numeric column [z] with values from 1 to 6 you could use DateTime.From(#date(2023-[z],1,1)) and DateTime.From(#date(2024-[z],1,1)) .

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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