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
zamboni1199
Helper II
Helper II

Need help creating a subtotal

Hello,

 

I'm trying to create a subtotal for "Submitter" below, but not sure how to do it.  I'd like a subtotal row to be inserted after "Chris Hines" and it should say "3".  After Joy Lynne Burke it should say "8".  After Sheri Quam it should say "1".  Any help is appreciated! 🙂

 

zamboni1199_0-1620320663649.png

 

1 ACCEPTED SOLUTION
FrankAT
Community Champion
Community Champion

Hi @zamboni1199 ,

is this what you are expecting?

 

06-05-_2021_22-19-14.png

 

# of appearence = CALCULATE(COUNTROWS('Table'),ALLEXCEPT('Table','Table'[Submitter]))

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

View solution in original post

4 REPLIES 4
FrankAT
Community Champion
Community Champion

Hi @zamboni1199 ,

is this what you are expecting?

 

06-05-_2021_22-19-14.png

 

# of appearence = CALCULATE(COUNTROWS('Table'),ALLEXCEPT('Table','Table'[Submitter]))

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

That is EXACTLY what I was hoping for.  Thank you so much!!

amitchandak
Super User
Super User

@zamboni1199 , That you can get in matrix visual. You can selectively switch off the sub totals you do not need.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you.    I don't see where the subtotals are.  I am trying to count the number of instances a submitter appears (it is not a numeric value but is a text value).  I guess I'm looking for a "Count" rather than a subtotal.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Kudoed Authors