Forum Discussion
how to combine multiple data sources, measures into one data set to use as a stacked bar chart.
Anonymous , Depending on type of data
1. Create common dimension
2. Append or merge data
Power BI- DAX: When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-solution-8e3eccb41bda
Append Tables (Power Query)
https://www.youtube.com/watch?v=KyXIDInZMxk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=15
data type is text which i am performing a countifs equivalent measure 4 times on to produce a number. It's these numbers i want to pull as a live connection together to create the chart from
- christinepayton2 years ago
Most Valuable Professional
The poster above is correct, you'd need to append your tables. Before you append, you can create a custom column with the text label you want to show in each to use in the visual as the legend.
- Anonymous2 years agoNot applicable
WHen I tried doing this earlier custom columns werent pulled through when the tables were apended. Any tips on how to do this?
- christinepayton2 years ago
Most Valuable Professional
They come through. Make sure they are named the same between tables if you want them to line up together in the final table and that your append step is after the step where the columns are created. 🙂