Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |