Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Solved! Go to Solution.
@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?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.