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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
MKPBI_2805
Frequent Visitor

Matrix - Display row data only on top level of hierarchy power bi

I have 3 tables like below

SALES
ORD_NBRACCOUNT_TYPE_AACCOUNT_TYPE_BREVENUE
O1A1 10
O2A1B111
O3 B212
O4A2B113
O5A2B3

14

 

 

ACCOUNT_A
ACCOUNT_IDACCOUNT_NAMETHRESHOLD_VALUE
A1APPLE100
A2HP90
A3DELL80
A4LENOVO70

 

ACCOUNT_B
ACCOUNT_IDACCOUNT_NAME
B1FACEBOOK
B2MICROSOFT
B3AMAZON

 

POWERBI MATRIX

ACCOUNT_TYPE_AACCOUNT_TYPE_BREVENUEACCOUNT_TYPE_A_THRESHOLD
APPLE 21100
 FACEBOOK11 
 MICROSOFT  
 AMAZON  
HP 1490
 FACEBOOK  
 MICROSOFT14 
 AMAZON  
DELL  80
 FACEBOOK  
 MICROSOFT  
 AMAZON  

 

I am using THRESHOLD MEASURES  as below

 

IF(ISINSCOPE('ACCOUNT_B'[ACCOUNT_ID]) ,BLANK(),SUM('ACCOUNT_A'[THRESHOLD_VALUE]))

 

I need to get rid of values in the Red color.

1 REPLY 1
dedelman_clng
Community Champion
Community Champion

Hi @MKPBI_2805 -

 

Your required output doesn't seem to match your data, but to get rid of rows that have BLANK for revenue, go the the Filters Pane and select where REVENUE is not blank.

 

2021-07-01 13_29_18-scratch4 - Power BI Desktop.png

Hope this helps

David

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.

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.