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.
Hi Gurus,
I am using PowerBI dataset to create my end user reports (Get data > PowerBI datasets).
When I create the powerbi dataset I need to restric some on the data based on a dynamic date filter (from Filter Pane).
The condition is as below
BASIC_START_DATE > CURRENT_DATE - 4 MONTHS.
is this condition possible from filter pane? ther should be a way. Or would I have to create a measure to filter out, if that is the case what is the measure and how do I use it in the Filter pane.
Thanks heaps.
Solved! Go to Solution.
@Greg_Deckler Managed to include a column in the dataset extarct, I think that is the only way, You cannot do it in a measure.
Thanks for the direction.
Wow @Anonymous I literally just posted the general solution to this problem today to the Quick Measures gallery. You are looking for what I refer to as a Complex Selector:
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-Complex-Selector/td-p/1116633
Hi mate, based on your guide I manged to get the date I want to filter the dataset (using FIlter Pane).
below is the measure I created.
@Greg_Deckler Managed to include a column in the dataset extarct, I think that is the only way, You cannot do it in a measure.
Thanks for the direction.
@Greg_Deckler I need to filter the whole report based on this condtion.
I will try to get a measure that retuns 0 or 1 and then filter out from the filter pane.
Thanks mate.