Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a table which have Values similar
Applno | applid | Masterappid | role | Amount |
1 | 102 | null | Master | 200 |
2 | 103 | 103 | phase | 100 |
3 | 102 | 102 | phase | 50 |
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
Applno | applid | Masterappid | role | Amount |
1 | 102 | null | Master | 350 |
Solved! Go to Solution.
Hi @dshah12 ,
Please try the following methods and check if they can solve your problem:
1.Create the two simple table.
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.
4.Drag the measure into the table visual. The result is shown below.
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.
Hi @dshah12 ,
Please try the following methods and check if they can solve your problem:
1.Create the two simple table.
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.
4.Drag the measure into the table visual. The result is shown below.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
88 | |
49 | |
45 | |
38 | |
37 |