Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
So I have a report for two seperate divisions within the company - I created them based off the same data source which was one excel file.
However, the data source has changed to two seoerate spreadsheets for the divisions.
This means that the report now has repeated pages but with different values, but also the dax measures are all doubled and will always be.
I was unsure as to whether that is a bad idea - to have double of everything or is it still okay if the data sources being combined are an issue?
Should I try to avoid double of everuything or is it not a big issue?
Solved! Go to Solution.
Usually, the way to handle this is to append your data sources together so that you don't need more measures. You may want to add a division column to each source before appending (if one doesn't already exist) so that you can easily slice by that column to return the data from one division or the other.
Hi @Anonymous ,
Are the column names and structure the same for both tables? Please make sure this.
Then you can add a divisions column to both tables to differentiate between the two tables.
For DAX you could use UNION() function and for Power Query you could use append feature.
https://docs.microsoft.com/en-us/dax/union-function-dax
https://docs.microsoft.com/en-us/power-query/append-queries
Best Regards,
Jay
Hi @Anonymous ,
Are the column names and structure the same for both tables? Please make sure this.
Then you can add a divisions column to both tables to differentiate between the two tables.
For DAX you could use UNION() function and for Power Query you could use append feature.
https://docs.microsoft.com/en-us/dax/union-function-dax
https://docs.microsoft.com/en-us/power-query/append-queries
Best Regards,
Jay
Usually, the way to handle this is to append your data sources together so that you don't need more measures. You may want to add a division column to each source before appending (if one doesn't already exist) so that you can easily slice by that column to return the data from one division or the other.
Hi thank you for your help.
That has helped however, certain columns are not merging and im not to sure how to fix the problem.
For example, I have a country column in both but it wont combine the values. So i now have two country columns in the appended table, is there any way to fix this. the only difference in the two is the values.
Are you sure the names of the columns are identical? UPPERCASE and lowercase make a difference as does any whitespace in the column names.
Yes they are identical but still won't combine certain columns.
Thank you for your help.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |