Forum Discussion
visheshjain
3 years agoImpactful Individual
Filter Slicer from Measure values
Hello eveyone,
I have 3 tables. Calendar, Sale and Parameter.
Parameter has values ranging from 1-24, which are the number on months I want to go back.
I am trying to filter a slicer which has ...
visheshjain
3 years agoImpactful Individual
As you can see the start and end dates are not blank as shown in the card visual below.
johnt75
3 years agoSuper User
try creating a temporary table like
tmp table =
ADDCOLUMNS ( VALUES ( 'Date'[date] ), "@step 1", [1 Step], "@step 2", [2 Step] )
and you can then use the data view to look for dates where either step 1 or step 2, or both, are blank.