Forum Discussion
Anonymous
7 years agoNot applicable
Add Static Column to Matrix
I have a set of records (projects) each with four attributes: Unique Project ID, Region, Completion Date (also broken out as quarters), and Project Type. Another table has a goal of project count in...
- 7 years ago
Anonymous ,
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
v-chuncz-msft
7 years agoCommunity Support
Anonymous ,
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.