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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
farha
New Member

how to combine visualization from different reports to create one visualization.

Hi am new to BI Desktop, kindly need help. i have generated two visualization in tabular form (lets say visual A and visual B). From each visualization table i have sum value (sum A from visualization A and sum B from visualization B) . Now what i need is to combine the some values from the two visualization table and create another visualization (visualization C).

i.e inputs to visualization C will be sum A and Sum B (sum A+ sum B).

 

 

1 ACCEPTED SOLUTION
WillT
Community Admin
Community Admin

Hi! You'll need to create a calculated measure to do this, it's difficult to say exactly what the syntax should be but simply adding the two values together might be enough. Something like: TotalSum = [Column A] + [Column B] If you put that in a 3rd table, it'll be the aggregate across all the rows in table A and B. The DAX language that you use to create these calculations is really powerful, and learning it is important if you're going to master Power BI! There's a good introduction here: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-quickstart-learn-dax-basics/ and some great reference books as you progress: http://www.sqlbi.com/books/the-definitive-guide-to-dax/?utm_source=sqlbi&utm_medium=banner&utm_conte... HTH!

View solution in original post

1 REPLY 1
WillT
Community Admin
Community Admin

Hi! You'll need to create a calculated measure to do this, it's difficult to say exactly what the syntax should be but simply adding the two values together might be enough. Something like: TotalSum = [Column A] + [Column B] If you put that in a 3rd table, it'll be the aggregate across all the rows in table A and B. The DAX language that you use to create these calculations is really powerful, and learning it is important if you're going to master Power BI! There's a good introduction here: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-quickstart-learn-dax-basics/ and some great reference books as you progress: http://www.sqlbi.com/books/the-definitive-guide-to-dax/?utm_source=sqlbi&utm_medium=banner&utm_conte... HTH!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors