Forum Discussion
Anonymous
6 years agoNot applicable
Add dimension within addcolumn union
Hello! I made 2 manual dimension tables, named 'Company' and 'Teams'. Also made a calculated table as shown below. With this table I'm able to merge 'Sales' and 'Costs' within the same table. ...
- 6 years ago
hi Anonymous
You could use this formula as below:
Table = UNION( ADDCOLUMNS( 'Company', "Team", "", "Type", "Sales", "TestMeasure", TODAY() ), ADDCOLUMNS( GENERATE('Company',FILTER(Team,Team[Team]<>3)), "Type", "Costs", "TestMeasure", NOW() ))Result:
Regards,
Lin
amitchandak
Super User
6 years agoAnonymous , can you share source data. You have already shared desired output
Anonymous
6 years agoNot applicable
https://drive.google.com/open?id=1j9UOmy1cjbrjXREJSoY-_elkrwxj2ACX
If a relation between tables is necessary, feel free to suggest.