Forum Discussion
sandeepsingh
6 years agoFrequent Visitor
Does ALL function accept table variable?
HI, I tried to create a table in dax using the below code, I am getting a error message : 'The ALL function expects a table reference for argument '1', but a table expression was used.' Am I miss...
Greg_Deckler
6 years agoCommunity Champion
Technically, there is no context that would filter the table so all you need is:
Table = 'Sales'
It's automatically "all" because there is no filter or row context.