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
Solved! Go to Solution.
@BuistJF Try:
Measure =
DIVIDE(
SUMX(FILTER('Conversion',[fruit] = "apples"),[Converted]),
SUMX(FILTER('Conversion',[fruit] = "apples"),[Count])
)
@BuistJF Measure 2 = CALCULATE(sum(Conversion[Converted]) / sum(Conversion[Count]),Conversion[Fruit ]="apples")
hi,
Please try:
Var Converted = sum(Conversion[Converted])
Var Fruit = Calculate ( sum(Conversion[Count]), table[column] = "fruit" )
Var Resultat = Divide(Converted, Fruit, 0)
Return
Result
Br
Marius
@BuistJF Try:
Measure =
DIVIDE(
SUMX(FILTER('Conversion',[fruit] = "apples"),[Converted]),
SUMX(FILTER('Conversion',[fruit] = "apples"),[Count])
)
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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |