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

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

Reply
Anonymous
Not applicable

Adding Total Row into Matrix visualization

Hello friends 🙂 ,

I have a request, but I don't know if it is feasible.

I have a Matrix visualization as shown below. There are some values ​​from tables that are linked.
There is also a Total row, where there are values ​​from the Total columns. I would like to add one more Total row, which would display summary values ​​from another table, specifically Sales. Otherwise, there would be 2 total lines below each other, with one remaining exactly as it is in the picture (that is, Total from the columns) and the second Total would be only one value for Sales for each column.
I can create summary metrics, but I don't know how to add one more Total row and if it is even possible.

Thanks for help
Sales_BI.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

One possible way is to create a field for the row of the matrix. Here I used Enter Data to create a table.

vstephenmsft_0-1692602341458.png

And make a relationship for tables.

vstephenmsft_3-1692602537506.png

Replace the new Category field with the original. You can see there's 'Total Sales' in it.

vstephenmsft_1-1692602497351.png

Measure = IF(SELECTEDVALUE('Table (2)'[Category])="Total Sales","SalesExpression",SUM('Table'[Value]))

vstephenmsft_6-1692602802497.png

Of course, this is only a temporary alternative, and other problems may arise.

Power BI doesn't have this kind of feature at the moment, and you can create a similar idea and vote on it.

Home (microsoft.com)

                                                                                                                                                         

Best Regards,

Stephen Tao

 

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 @Anonymous ,

 

One possible way is to create a field for the row of the matrix. Here I used Enter Data to create a table.

vstephenmsft_0-1692602341458.png

And make a relationship for tables.

vstephenmsft_3-1692602537506.png

Replace the new Category field with the original. You can see there's 'Total Sales' in it.

vstephenmsft_1-1692602497351.png

Measure = IF(SELECTEDVALUE('Table (2)'[Category])="Total Sales","SalesExpression",SUM('Table'[Value]))

vstephenmsft_6-1692602802497.png

Of course, this is only a temporary alternative, and other problems may arise.

Power BI doesn't have this kind of feature at the moment, and you can create a similar idea and vote on it.

Home (microsoft.com)

                                                                                                                                                         

Best Regards,

Stephen Tao

 

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

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.