Forum Discussion
Bbrown44
7 years agoAdvocate II
Configure 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
7 years agoCommunity Support
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.