Forum Discussion
JC2022
Helper III
3 years agoExclude dates from another table
Hi, If I have the formula below but I would like to exclude the dates that are in my Holidays table (a different table). How do I do this? =
SUMX (
Schedule,
SUMX (
FILTER (
...
rautaniket0077
Resolver I
3 years agoHi JC2022,
you can use the below dax to exclude or include date.
The Date column used in above table is from Holiday Table and if these dates are there is Orders table then are "Included" else "Excluded"
Please accept my answer as solution if it solves your issue.