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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Calculating Total for by a Sub Category

Hi, I have a  table as below. I have to calculate Sub Total by ProductCategoryName and Display it beside each Line. Like Audio has three sub categories Bluetooth, MP4 and Recording Pen. Beside each Row it should show 15,40,44,157.84.

Thanks in Advance.

 

scrn.png

 

  

1 ACCEPTED SOLUTION
Whitewater100
Solution Sage
Solution Sage

Hello:

You can try:

subcategorysales = CALCULATE([TotalSales], REMOVEFILTERS(Products[SubCategoryName]))
 
I hope this helps..

View solution in original post

1 REPLY 1
Whitewater100
Solution Sage
Solution Sage

Hello:

You can try:

subcategorysales = CALCULATE([TotalSales], REMOVEFILTERS(Products[SubCategoryName]))
 
I hope this helps..

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.