Forum Discussion
Bbrown44
Advocate II
7 years agoConfigure Bar Chart using multiple tables/excel sheets
Hi everyone, I am trying to configure a bar chart where percentage values and x axis can be configure from multiple sheets. For example, below is the snapshot of what I would like to acheive whi...
- 7 years ago
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
v-chuncz-msft
Community Support
7 years ago
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.