Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
x, y and z are measures.
Z = if (x > 50%, y, 0)
Instead of the IF statement being applied to the total, I want to sum column Z.
Any advice on where to start?
Solved! Go to Solution.
Z=
SUMX (
VALUES ( your slicing by column ), CALCULATE ( IF ( [X] > 0.5, [Y], 0 ) )
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |