Forum Discussion
Date Range Parameters
- 7 years ago
hi, Anonymous
For selectedvalue returns the value when the context for columnName has been filtered down to one distinct value only. Otherwise returns alternateResult.
You need to adjust your formula as below:
Range = "From" & MIN('Date'[St_Date]) & "to" &MAX('Date'[end_date])Best Regards,
Lin
hi, Anonymous
For selectedvalue returns the value when the context for columnName has been filtered down to one distinct value only. Otherwise returns alternateResult.
You need to adjust your formula as below:
Range = "From" & MIN('Date'[St_Date]) & "to" &MAX('Date'[end_date])
Best Regards,
Lin
Hi,
This formula works but when user selects date before 2016(for eg. 01/01/2010 ) it is still showing 2016 cause my date table have relationship with other table"s effective date and it's minimum date is 2016.
I can't make my relationship inactive between these two tables.
So is there any way so that i can display whatever user selects the date in before/after date slicer.