Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |