Forum Discussion
mansiluthra12
Helper I
4 years agoGet selected value from relative date slicer.
I have Relative date slicer and I want to pick what is selected in drop down. Is it possible? Example – Suppose slicer have following value following value – I want to pick weeks.
amitchandak
Super User
4 years agomansiluthra12 m You can get the range in var
measure =
var _max = maxx(allselected('Date'),'Date'[Date])
var _min = minx(allselected('Date'),'Date'[Date])
return
<code>
mansiluthra12
Helper I
4 years agoActually , I dont need the range between the dates , I need to have text what is selected in filter(like days, weeks,years),as based on selection I will be using it in other measure
- SanjeevKumar3 years agoFrequent Visitor
Hi mansiluthra12 did you find the solution for this.
Please share me the solution if you find any. Looking for your reply.Thanks in advance
Sanjeev