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
setis
Post Partisan
Post Partisan

Refer to RangeStart in query for incremental refresh

I'm trying to make the RangeStart filtering directly in the query and I need help to refer to the RangeStart parameter in the query in advanced editor. 

 

my original query says:  -- where ( task0.createdonutc >= '20191231 23:00:00' --

I am trying:  -- where ( task0.createdonutc >= #"RangeStart" --

or  -- where ( task0.createdonutc >= RangeStart  -- //and I get an error: Invalid column name 'RangeStart'

 

The format of my RangeStart is 01-01-2020 00:00:00

 

How can I refer to RangeStart (which is Date time too) in the query?

 

Thank you in advance 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@setis , In power query for me it is working like

 

each [task0.createdonutc] >= RangeStart

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@setis , In power query for me it is working like

 

each [task0.createdonutc] >= RangeStart

@amitchandak thanks,

 

I'm looking for a way to place it in the advance editor inside the query, not as an extra step. Do you know how to do that?

INC.PNG

aaa.PNG

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.