Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello All,
I have created a matrix which looks like below:
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
Solved! Go to Solution.
Hi @saumitra ,
Please try to use ISINSCOPE function to have a try.
Measure 3 = IF(ISINSCOPE('Table'[Product]),BLANK(),[Total Sales])
@saumitra , see if this can help
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
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])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 48 | |
| 46 |