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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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>

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>

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors