Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |