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!View all the Fabric Data Days sessions on demand. View schedule
Hi All,
I do have a dashboard with a date filter.
I need to take the user selected beg date and end date to manipulate/transform one complex table.
Question: is there an easy way to refer to the existing filter/slicer object and use that dates when building new queries?
Thank you.
Sincerely
George
Solved! Go to Solution.
That's Power Query, you won't be able to get anything from the slicers in that, you'll need to use DAX. At the time power query is run, during data load, the slicers basically don't exist so there will be no selections made
Hi Johnt75,
This is a great step. I used Record.Field(Table.Min(#"dateTable","DateField"),"DateField") and I am getting the min value from the date table, however, not the minimum selected date value.
That's Power Query, you won't be able to get anything from the slicers in that, you'll need to use DAX. At the time power query is run, during data load, the slicers basically don't exist so there will be no selections made
Thank you for xplaining the logic
You can use MIN('Date'[Date]) and MAX('Date'[Date]) to get the values.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!