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
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
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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