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
saumitra
Helper I
Helper I

Showing Just the Subtotals for a specific column in the matrix visual

Hello All,

I have created a matrix which looks like below:

saumitra_0-1594033733733.png

 

Now for the 'Net Qty' Column, I need to only show the subtotal and not the MRP or Discounted Values. is there any way I can do this??

Please help.

 

Regards,

Saumitra Upadhyay

1 ACCEPTED SOLUTION

Hi @saumitra ,

 

Please try to use ISINSCOPE function to have a try.

Measure 3 = IF(ISINSCOPE('Table'[Product]),BLANK(),[Total Sales])

v-xuding-msft_0-1595573781045.png

 

 

Best Regards,
Xue Ding
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

3 REPLIES 3
amitchandak
Super User
Super User

@saumitra , see if this can help

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

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

@amitchandak

The article you sent is for solving hterarchies when a different calulation is needed on a different level,

This is a silple sales data in which I dont need the row values but just the row subtotal to be shown in the 'Net Qty' column.

 

I'm afraid your article doesn't help.

 

Regards,

Saumitra Upadhyay

Hi @saumitra ,

 

Please try to use ISINSCOPE function to have a try.

Measure 3 = IF(ISINSCOPE('Table'[Product]),BLANK(),[Total Sales])

v-xuding-msft_0-1595573781045.png

 

 

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

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