Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Advice on report design

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?

2 ACCEPTED SOLUTIONS
AlexisOlson
Super User
Super User

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.

View solution in original post

Anonymous
Not applicable

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

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

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

AlexisOlson
Super User
Super User

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.

Anonymous
Not applicable

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.

Anonymous
Not applicable

Yes they are identical but still won't combine certain columns.
Thank you for your help.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.