Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
@madman Thank you so much for the code; it helps to catch the text on the relative date slicer, brilliant!
@mansiluthra12 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>
Actually , 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
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