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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Consolidate fees from two tables with date column

I have two tables with varying columns. 

 

Table A has date, fees and other columns

 

Table B also has date, fees and other columns.

 

I am intrested in a third column which needs to have all the other columns from both tables with one consolidated column for fees by one date column.

 

Can anyone help me with the steps to achieve this?

 

Thanks Community!

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

What do you mean by "third column"?  Did you mean "third table"?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
vicky_
Super User
Super User

Firstly, you will need to create a date table that contains the unique dates from both tables (the easiest way is with the CALENDARAUTO() function), and then create a relationship between the new table's date column and the date columns in Tables A and B.

You can use DAX in either a calculated column or measure like:
Consolidated = SUM([Table A Fees]) + SUM([Table B Fees])

vicky__0-1699924182350.png

vicky__2-1699924266467.png

 

 

PhilipTreacy
Super User
Super User

Hi @Anonymous 

 

Not without your data I'm afraid.  Can't visualize or write any code for you with made up data.

 

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors