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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
dshah12
Helper II
Helper II

Merge and do summation of values

 

I have a table which have Values similar 

ApplnoapplidMasterappidroleAmount
1102nullMaster 200
2103103phase100
3102102phase50

 

 

Expected Output : I want the phases file to be merged into master files and the total amount. I check if ids match than it should sum all phases into master with respect to role 

 

Thank you 

Help Appreciated

 

ApplnoapplidMasterappidroleAmount
1102nullMaster 350
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @dshah12 ,

Please try the following methods and check if they can solve your problem:

1.Create the two simple table.

vjiewumsft_0-1710148818341.png

2.Create the new measure to calculate total.

 

To Amount = SUM('Table'[Amount])

 

3.Select the role field in the Filters pane. Edit the show items is 1.

 

 

vjiewumsft_0-1711348118608.png

4.Drag the measure into the table visual. The result is shown below.

vjiewumsft_2-1710148882404.png

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @dshah12 ,

Please try the following methods and check if they can solve your problem:

1.Create the two simple table.

vjiewumsft_0-1710148818341.png

2.Create the new measure to calculate total.

 

To Amount = SUM('Table'[Amount])

 

3.Select the role field in the Filters pane. Edit the show items is 1.

 

 

vjiewumsft_0-1711348118608.png

4.Drag the measure into the table visual. The result is shown below.

vjiewumsft_2-1710148882404.png

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

 

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