Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have 3 tables like below
SALES | |||
ORD_NBR | ACCOUNT_TYPE_A | ACCOUNT_TYPE_B | REVENUE |
O1 | A1 | 10 | |
O2 | A1 | B1 | 11 |
O3 | B2 | 12 | |
O4 | A2 | B1 | 13 |
O5 | A2 | B3 | 14 |
ACCOUNT_A | ||
ACCOUNT_ID | ACCOUNT_NAME | THRESHOLD_VALUE |
A1 | APPLE | 100 |
A2 | HP | 90 |
A3 | DELL | 80 |
A4 | LENOVO | 70 |
ACCOUNT_B | |
ACCOUNT_ID | ACCOUNT_NAME |
B1 | |
B2 | MICROSOFT |
B3 | AMAZON |
POWERBI MATRIX
ACCOUNT_TYPE_A | ACCOUNT_TYPE_B | REVENUE | ACCOUNT_TYPE_A_THRESHOLD |
APPLE | 21 | 100 | |
11 | |||
MICROSOFT | |||
AMAZON | |||
HP | 14 | 90 | |
MICROSOFT | 14 | ||
AMAZON | |||
DELL | 80 | ||
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.
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.
Hope this helps
David
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |