Forum Discussion
Anonymous
6 years agoNot applicable
How to join summarized tables?
I woul like to know how to join two tables that I get with SUMMIRIZE function. Tables doesn't have a direct relationship, they only connected by common dimensions. For example, I have the code that ...
FreemanZ
3 years agoSuper User
hi Anonymous
are you expecting this?
UNION(Table1, Table2)
Anonymous
3 years agoNot applicable
Hi
My Issue got resolved by using groupby DAX function.
Thanks,