Forum Discussion
Anonymous
4 years agoNot applicable
Combining Two Tables in Matrix Visual
Hey guys, I've got the following revenue Matrix visualized, based on table called Source. However I'd like to combine the revenue goals with this table. (Table called Goals) ...
- 4 years ago
Create a dimension table for Fonds like
Fonds Table = DISTINCT( UNION( ALLNOBLANKROW( Source[Fonds]), ALLNOBLANKROW( Goals[Fonds]) ))then create one-to-many relationships from the new table to both existing tables and use the column from the new table in your matrix visuals
johnt75
4 years agoSuper User
Create a dimension table for Fonds like
Fonds Table = DISTINCT( UNION(
ALLNOBLANKROW( Source[Fonds]),
ALLNOBLANKROW( Goals[Fonds])
))then create one-to-many relationships from the new table to both existing tables and use the column from the new table in your matrix visuals