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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I'm trying to setup incremental update and I'm trying to define the RangeStart and RangeEnd.
To do that, I need to set a custom filter on my date column but that option doesn't exist.
My date column is exactly the same as in the below example, the data type is "date/time".
When I right-click on the column, I have much less options and the Custom filter on my end only allows a date, not a parameter.
How do I get to this?
Solved! Go to Solution.
That filter view is in the query editor (PowerQuery) rather than in the table view. If you right click on your table and go to 'Edit Query' then select the filter drop down on the date column and go to Date Filters you will see the bigger list of options.
That filter view is in the query editor (PowerQuery) rather than in the table view. If you right click on your table and go to 'Edit Query' then select the filter drop down on the date column and go to Date Filters you will see the bigger list of options.
Duh, thank you. I figured I'm overthinking it.