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
qwertzuiop
Advocate III
Advocate III

Merge information from two tables (sum per day)

Hello my dear Power BI Community,

 

At the moment I have been spending a lot of time to solve the following problem and so I decided to go for help.

Considering that I am still quite new to Power BI, it can be easy for you to solve the problem - but would do me a huge favor.

 

Now let me describe the problem in more detail:

 

I use the following two tables from different information sources:

The aim is to compare the sum of the two tables calculated on the day.

 

  • ExportPushLog -> sum of push notifications
  • ExportSendings -> sum of sendings

The calculated measure as sum per day is correct for both tables as shown in the figure below.

adsf.PNG

If I pack this information into one table, then the total sum is displayed as you can see in the next figure (here for transmissions).

dfsdf.PNG

 

Do you know what I'm doing wrong. Sure, the source of the problem is the date, which is listed separately in both tables, but how can this information be summarized?

 

Thank you very much for your contribution.

qwertzuiop Robot Happy

 

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @qwertzuiop 

 

What you are missing is a data dimension/calendar table, please see the article below for the version of it.

https://community.powerbi.com/t5/Community-Blog/Relative-Date-Dimension/ba-p/779039

 

Once you have this table in your model you create a relationship between date dimension and other tables using dates like below.

image.png

Later use date from your date dimension/calendar table in your visuals.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

View solution in original post

2 REPLIES 2
Mariusz
Community Champion
Community Champion

Hi @qwertzuiop 

 

What you are missing is a data dimension/calendar table, please see the article below for the version of it.

https://community.powerbi.com/t5/Community-Blog/Relative-Date-Dimension/ba-p/779039

 

Once you have this table in your model you create a relationship between date dimension and other tables using dates like below.

image.png

Later use date from your date dimension/calendar table in your visuals.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

Anonymous
Not applicable

@qwertzuiop Please create calculated column 

Column = LOOKUPVALUE(ExportSending[Sendings],ExportSending[Datum],ExportPushLog[Datum])

Or else you can create relationship between two 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.