Forum Discussion
Filter Date by Slicer Selection
I have a slicer for fiscal quarters... Q1 Q2 Q3 Q4
This calculated table helps me find the min and max dates for a compare. How do I edit this table query to be able to have the End Date determined by the quarter selected in the slicer?
- Anonymous4 years ago
Hello
It is much more easier to have a Table Date with all the columns you want
eg
3 Replies
- AnonymousNot applicable
Hello
It is much more easier to have a Table Date with all the columns you want
eg
- pbrainard
Helper III
I think that's where I'm stuck. How would I create such a measure? I'm guessing I want to incorporate the SELECTEDVALUE on this line...?
"End Date", CALCULATE ( MAX ( MHGAD_PHQ[Assess_Date] ) )
I do have the calc table connected to a calendar table and trying to have my 'End Date' be the max date of the quarter selected, so it ignores dates that are greater than the selected quarter.