Forum Discussion
diederd
7 years agoHelper II
SelectedValue Date Filter
Hello PBI Community I have a scenario for which I've been struggling to resolve. I have a date range filter; whereby a user has the option to select a FROM and a TO date. I am then wishing to dis...
- 7 years ago
hi,
you can use the below measure, and put it in a CARD visual:
Date Range = "From " & MIN('Calendar'[Date]) &" to " & MAX('Calendar'[Date])here is the PBI file:
Iamnvt
7 years agoContinued Contributor
hi,
you can use the below measure, and put it in a CARD visual:
Date Range = "From " & MIN('Calendar'[Date]) &" to " & MAX('Calendar'[Date])here is the PBI file:
- diederd7 years agoHelper II
Iamnvt
Thank you - that has worked!! Hours of trying multiple queries to no avail and you've come to my rescue!