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
Hi,
Instead of sum I amgetting max value in subtotal in my matrix. Anyone can help me here.
I am doing following sum of calculation for LINENUM distinctcount.
Thanks
ABC1
Solved! Go to Solution.
Hi @ABC11
you may try
sum Count of LINENUM =
SUMX (
SUMMARIZE (
LEM_STATUS_ALL_V,
LEM_STATUS_ALL_V[WAPPRDATE],
LEM_STATUS_ALL_V[WAPPRBY],
LEM_STATUS_ALL_V[SUBMITBY]
),
CALCULATE (
DISTINCTCOUNT ( 'LEM_STATUS_ALL_V'[LINENUM] ),
'LEM_STATUS_ALL_V'[LEMNUM]
)
)
Hi @ABC11
you may try
sum Count of LINENUM =
SUMX (
SUMMARIZE (
LEM_STATUS_ALL_V,
LEM_STATUS_ALL_V[WAPPRDATE],
LEM_STATUS_ALL_V[WAPPRBY],
LEM_STATUS_ALL_V[SUBMITBY]
),
CALCULATE (
DISTINCTCOUNT ( 'LEM_STATUS_ALL_V'[LINENUM] ),
'LEM_STATUS_ALL_V'[LEMNUM]
)
)
Thanks Tamerj1.
Its worked
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 |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 11 | |
| 10 | |
| 8 |