Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi all,
I have two matrix visual which is having some measures one with correct total and other with wrong total. What can be the issue?
1. Showing Correct result
2. Not showing correct results
Solved! Go to Solution.
Hi @Arul - Can you try below measure added , region on values part. Check once to get the totals
Var value_ = IF(HASONEVALUE('Current Date'[Region]), SELECTEDVALUE('Current Date'[Region]), BLANK())
Var count_ = CALCULATE(
COUNT('Current Date'[Dem Id]),
'Current Date'[GPN] = BLANK(),
'Current Date'[Taleo Id] = BLANK(),
'Current Date'[Region] <> "NCH",
'Current Date'[Region] = value_)
Var result = IF(ISBLANK(count_), 0, count_)
Return IF(ISINSCOPE('Current Date'[Region]), result, SUMX(VALUES('Current Date'[Region]), result))
Hope it works
Proud to be a Super User! | |
Hi @Arul - Can you try below measure added , region on values part. Check once to get the totals
Var value_ = IF(HASONEVALUE('Current Date'[Region]), SELECTEDVALUE('Current Date'[Region]), BLANK())
Var count_ = CALCULATE(
COUNT('Current Date'[Dem Id]),
'Current Date'[GPN] = BLANK(),
'Current Date'[Taleo Id] = BLANK(),
'Current Date'[Region] <> "NCH",
'Current Date'[Region] = value_)
Var result = IF(ISBLANK(count_), 0, count_)
Return IF(ISINSCOPE('Current Date'[Region]), result, SUMX(VALUES('Current Date'[Region]), result))
Hope it works
Proud to be a Super User! | |
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |