Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all , how can i get date between from this range filter
also , how to calculate max and min base on selected this range filter?
thank you in advance
Best Regard
firstch
Solved! Go to Solution.
@firstch , Try in a measure
new measure =
var _max = maxx(allselected(slicer),slicer[value])
var _min = minx(allselected(slicer),slicer[value])
return
<Your code>
Hi @firstch,
May I know whether your problem has been resolved? If you still have problem, could you please provide some sample data from you slicer field table and date table and make your needs more clear? Thanks in advance!
Best Regards,
Community Support Team _ Caiyun
@firstch , Try in a measure
new measure =
var _max = maxx(allselected(slicer),slicer[value])
var _min = minx(allselected(slicer),slicer[value])
return
<Your code>
Hi @amitchandak
now i have 2 measure that is minyear ,maxyear can , how can i calculate max value base on my selected range filter above .
best regard
firstch
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |