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',
...
jdbuchanan71
3 years agoSuper User
Perhaps these will help.
https://www.sqlbi.com/articles/understanding-context-transition-in-dax/
https://www.youtube.com/watch?v=IeaPNw_YuQc&t=78s&ab_channel=SQLBI