Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
I want to multiplication 50*1+30*0+20*0 for "İş ve Özel Hayat Dengesi" and make similar thing to all rows
Solved! Go to Solution.
Hi @gizempekk ,
How about this?
Measure 1 =
SUM ( Reasons[Value] ) * SUM ( 'Percent'[Percent] )
Measure 2 =
SUMX ( VALUES ( 'Percent'[Point] ), [Measure 1] )
Measure 3 =
VAR All_Sum =
SUMX ( ALL ( ReasonOrder ), [Measure 2] )
VAR Divide_ =
ROUND ( DIVIDE ( [Measure 2], All_Sum ), 4 )
RETURN
IF (
HASONEVALUE ( 'Percent'[Point] ),
SUM ( Reasons[Value] ),
[Measure 2] & " / " & Divide_ * 100 & "%"
)
For more details, please check the attached .pbix file.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Like this
Hi @gizempekk ,
How about this?
Measure 1 =
SUM ( Reasons[Value] ) * SUM ( 'Percent'[Percent] )
Measure 2 =
SUMX ( VALUES ( 'Percent'[Point] ), [Measure 1] )
Measure 3 =
VAR All_Sum =
SUMX ( ALL ( ReasonOrder ), [Measure 2] )
VAR Divide_ =
ROUND ( DIVIDE ( [Measure 2], All_Sum ), 4 )
RETURN
IF (
HASONEVALUE ( 'Percent'[Point] ),
SUM ( Reasons[Value] ),
[Measure 2] & " / " & Divide_ * 100 & "%"
)
For more details, please check the attached .pbix file.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 120 | |
| 38 | |
| 36 | |
| 29 |