Forum Discussion

Twister8's avatar
Twister8
Helper II
9 years ago

SUMMARIZE DAX - multiple columns ...cannot be conver

Hi guys   I have problem in SSAS when I try create the measure with tabular model   'Teste:=' SUMMARIZE( table, table[cd], "test", Sum(table[value]) ) I need sum some values, value1 + valu...