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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
BIswajit_Das
Super User
Super User

Power bi calculated tables

There's two tables
i.e
table1

acprice
134
134
223
321
445
5

32

and
table2

acyear
118
118
212
323
420
521

result table should be like

acpriceyear
13418
22312
32123
44520
53221

Thanks

1 ACCEPTED SOLUTION
SanderVeeken
Helper III
Helper III

If your tables are calculated, presumably you have the measures/calculated column formulas already. Can't you just add one to the other?

View solution in original post

4 REPLIES 4
SanderVeeken
Helper III
Helper III

If your tables are calculated, presumably you have the measures/calculated column formulas already. Can't you just add one to the other?

Incase of calculated columns it's required relationship between these two tables which is not possible in my case but measure do work perfectly.
Thank you

Idrissshatila
Super User
Super User

Hello @BIswajit_Das ,

 

You can do a merge between these two tables to reach the result of the third one which is a combination of both.

 

check this for instructions https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-shape-and-combine-data

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Thanks for responding but

Merging not going to work on calculated tables

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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