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
Anonymous
Not applicable

Subtotal Column - Empty rows for other group rows

Hey everbody,

 

I would like to create a column that shows the occurance of a purchase on a specific adress and date. In other words, i would like to perform a distinct count of a combined Adress & date in the column Group Total. 

Usually, i would use a DISTINCT COUNT function for the combination of a DATE & Adress combined with an ALLEXCEPT statement for this combination. However, in this specific case I require the other columns to be empty. 

 

Adress of individualDate of purchase Product GroupGroup Total
Homestreet 11-1-2021A1
Homestreet 11-1-2021B 
Homestreet 14-2-2021A1
Teststreet 21-2-2021A1
Teststreet 21-2-2021C 
Teststreet 31-2-2021C1

 

Is there anyway to perform this action in Powerbi using DAX or Powerquery?

 

Best regards and thanks in advance,

 

Ivan Pettinga

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You could add an index column. Use MAX() and ALLEXCEPT() to get the max index for each group. Then if index equal to max index, then group total, else blank.

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thank you for your answer, i managed to get it working based on your feedback! 

Anonymous
Not applicable

Hi @Anonymous ,

 

You could add an index column. Use MAX() and ALLEXCEPT() to get the max index for each group. Then if index equal to max index, then group total, else blank.

 

Best Regards,

Jay

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