Forum Discussion
superME79
4 years agoFrequent Visitor
DERIVATED TABLE
Hello everybody,
I would like to calculate a table by reviving it from another
example
table 1
a b c
table 2 bc
do you have any advice in DAX 🙂
superME79 , Create a new Table like below:
Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])