Forum Discussion

DustinD's avatar
DustinD
Icon for Helper I rankHelper I
3 years ago
Solved

Dax help to filter data down.

Hey guys,  im stuck on a dax problem. any help is apriceated. so below i have the date table. this date table takes 2 snapshots a week of are data. it takes the snap shots on sunday and wednesday....
  • DustinD's avatar
    3 years ago

    i have solved this.so the dax i have below i put into a coulmn and then put it as a visual level filter. and then i set the filter to is 4 for wednesday. 

    WedCheck =
    WEEKDAY(Fact_SalesOrderHistory[ImportDate])