Forum Discussion
Mahmed1
Helper IV
2 years agoCheck selected row against Selected values from Slicer
Hi im trying to a put a 1 against each row where the the current row matrix interval = the slected values in the slicer (multiple selection rather than single value is possible) ive tried the...
Mahmed1
Helper IV
2 years agoHey i created a disconnected interval table called Time_Disconnected but still get same result (1 against each row)
tried to use offset function to get same row but didnt work as it kept saying maybe duplicate values
Selected Intervals To Show =
VAR SelectedIntervals =ALLSELECTED(Time_Disconnected[Revised_Time])
VAR IntervalValue = MIN(qry_previous_180_days[Revised_Time])
RETURN
IF(IntervalValue IN SelectedIntervals,1,0)