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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Javif84
New Member

Agregation of Divide function

Hi all

 

Please could you help? 

 

I have a simple function that get Touchpoint Universe by Dividing "Penetration Active Users" by "% Penetration (over Total Customers but I would like to aggregate it to get 14+27+60 as Total instead of 14 

Sharing the Sample

 

Thanks a million

 

Javif84_0-1739479339036.png

 

https://we.tl/t-T0Zfe29nhN 

 

1 ACCEPTED SOLUTION
gmsamborn
Super User
Super User

Hi @Javif84 

 

Would a measure like this help?

 

TOUCHPOINT UNIVERSE KPIS = 
    SUMX(
        'KPI TARGETS',
        DIVIDE(
            [Penetration Active Users],
            [% Penetration (over Total Customers)]
        )
    )

 

 

Let me know if you have any questions.

 

Aggregation of DIVIDE function.pbix



Proud to be a Super User!

daxformatter.com makes life EASIER!

View solution in original post

2 REPLIES 2
Javif84
New Member

Thanks It works fine 🙂

gmsamborn
Super User
Super User

Hi @Javif84 

 

Would a measure like this help?

 

TOUCHPOINT UNIVERSE KPIS = 
    SUMX(
        'KPI TARGETS',
        DIVIDE(
            [Penetration Active Users],
            [% Penetration (over Total Customers)]
        )
    )

 

 

Let me know if you have any questions.

 

Aggregation of DIVIDE function.pbix



Proud to be a Super User!

daxformatter.com makes life EASIER!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Solution Authors