Forum Discussion
pkoetzing
3 years agoAdvocate III
Summarize virtual table
I have a calculated table Combine work per date =
UNION(
SELECTCOLUMNS(
'Work',
"Date', <expression>,
"Minutes", <expression>
),
SELECTCOLUMNS(
'Work',
...
mangaus1111
3 years agoSolution Sage
- pkoetzing3 years agoAdvocate III
My question is rather: Why can I access a [column] of a table variable, but only use it in SUMX() not SUM()?