The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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