Forum Discussion
Anonymous
6 years agoNot applicable
Categorization
Hi all, I have a need in one report and I don't know how to solve it. I need to show the results grouped according to some of the attributes of two different fact tables. The combination of these...
amitchandak
6 years agoSuper User
new table = distinct(union(summarize(table,table[type],table[color]),summarize(table,table[type],table[color])))
New new table create a new column
create a new column now = [Color] & " " [Type]