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
Kasonga2018
Frequent Visitor

Measure to calculate penetration

Hi all

I have a table that looks like this 

Kasonga2018_0-1662969454042.png

I am trying to calculate penetration by using a measure, if I have an aggregated matrix view below

Kasonga2018_1-1662969575108.png

I would like to calculate penetration in such a way that segment A is always the denominator, so my final result should look like this.  

Kasonga2018_2-1662969658778.png

 

 

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Kasonga2018 
Please try

Percentage =
VAR Numerator =
    SUM ( 'Table'[Population] )
VAR Denominator =
    CALCULATE ( SUM ( 'Table'[Population] ), 'Table'[Segmant] = "A" )
RETURN
    DIVIDE ( Numerator, Denominator )

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @Kasonga2018 
Please try

Percentage =
VAR Numerator =
    SUM ( 'Table'[Population] )
VAR Denominator =
    CALCULATE ( SUM ( 'Table'[Population] ), 'Table'[Segmant] = "A" )
RETURN
    DIVIDE ( Numerator, Denominator )

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!

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.