Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
firstch
Helper III
Helper III

How to get date between from range filter for smart narrative?

Hi all , how can i get date between from this range filter 

firstch_0-1661391485153.png

also , how to calculate max and min base on selected  this range filter?

thank you in advance

 

Best Regard 

firstch

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@firstch , Try in a measure

 

new measure =
var _max = maxx(allselected(slicer),slicer[value])
var _min = minx(allselected(slicer),slicer[value])
return

<Your code>

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
v-cazheng-msft
Community Support
Community Support

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 @v-cazheng-msft 
problem have been solved 

Best Regard 
firstch

amitchandak
Super User
Super User

@firstch , Try in a measure

 

new measure =
var _max = maxx(allselected(slicer),slicer[value])
var _min = minx(allselected(slicer),slicer[value])
return

<Your code>

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.