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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am new to Power BI and have not been able to find the answer to what is a simple question. I wish to add columns which are on different data tables, for every month. So far I have only been able to reference a column in a different table by getting a sum of the entire column. However, I want to add the January 2014 (Table1[Column1] to the January 2014 (Table 2[Column 1]). Can anybody help or point me in the right direction to find the answer?
@Denis1 wrote:
I am new to Power BI and have not been able to find the answer to what is a simple question. I wish to add columns which are on different data tables, for every month. So far I have only been able to reference a column in a different table by getting a sum of the entire column. However, I want to add the January 2014 (Table1[Column1] to the January 2014 (Table 2[Column 1]). Can anybody help or point me in the right direction to find the answer?
It depends on the relationship between those two tables. In one:many relationship, in the one table, you would have to "sum(relatedtable(tableMany[column]))" while in the many table the column can be referenced as "related(tableOne[column])".
Please be more specific on your scenario.
Can you post some sample data and then an example of what you are trying to achieve? If you have two tables that have columns, you will need some sort of relationship between those tables so that Power BI knows which rows from which tables to put in the same row. If there is no common column to build a relationship on and you just want them in order, then create an Index Column in your query for each table and then use that as your relationship. Once you have that relationship, you can just build a table visual that has both columns in it.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.