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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vdog01
Frequent Visitor

unable to setup incremental refresh -

Hello

 

I'm having difficulties setting up an incremental refresh in Power BI.

 

I've set up the two parameters as described

 

ParametersParameters

 

The column that I'm trying to use as a incremental is defined as date/time

 

Date ColumnDate Column

However, when I try to specify the parameter, it doesn't seem to let me use the parameters2019-05-09 13_10_59-Filter Rows.png

i'm following the steps from this link

https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh

what am i doing wrong?

1 ACCEPTED SOLUTION
edhans
Super User
Super User

You have to change the filter to not ask for dates, but for parameters.

 

image.png

Pretty sure you can also put in any date, then change the formula bar and remove the date and replace with your parameter.

 

Table.SelectRows(#"Added Workday", each [Date] = #date(2019,1,1)

would become

 

Table.SelectRows(#"Added Workday", each [Date] = test)

Where "test" is the test parameter I set up.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

You have to change the filter to not ask for dates, but for parameters.

 

image.png

Pretty sure you can also put in any date, then change the formula bar and remove the date and replace with your parameter.

 

Table.SelectRows(#"Added Workday", each [Date] = #date(2019,1,1)

would become

 

Table.SelectRows(#"Added Workday", each [Date] = test)

Where "test" is the test parameter I set up.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
vdog01
Frequent Visitor

That was it!

 

I changed it to parameter and it works!


Thanks!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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