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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ROG
Responsive Resident
Responsive Resident

True/false measure not giving total

Hello,

 

What do I need to do to have a correct total on the highlighted table? It should be 7. 

 

ROG_0-1674054934797.png

Thanks!

 

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You need to add up the individual values, not compute the whole thing at the aggregate level. Try

Active GA+1 =
SUMX (
    VALUES ( 'Table'[Sales partner code] ),
    IF ( [Gross Addition Daily] >= 1, 1, 0 )
)

where 'Table'[Sales partner code] is the column you are grouping by in the matrix

View solution in original post

2 REPLIES 2
johnt75
Super User
Super User

You need to add up the individual values, not compute the whole thing at the aggregate level. Try

Active GA+1 =
SUMX (
    VALUES ( 'Table'[Sales partner code] ),
    IF ( [Gross Addition Daily] >= 1, 1, 0 )
)

where 'Table'[Sales partner code] is the column you are grouping by in the matrix

ROG
Responsive Resident
Responsive Resident

Thank you @johnt75 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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.