Forum Discussion

lbendlin's avatar
lbendlin
Super User
4 years ago

Can I use a table variable inside a table variable?

This has been bugging me for a while.   Why can I do this:   var wd = SELECTCOLUMNS(Filter(Dates,Dates[StartOfMonth]=Sick[Month] && Dates[IsWeekDay]=TRUE()),"Date",Dates[Date]) var ab= SUMMA...