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

Join 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.

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>

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>

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.