the value on my matrix is calculated by a measure:
Solved! Go to Solution.
Hi @snifer ,
The following is my sample you can reference to modify yours.
Measure = var a = SUM(Table1[values]) return IF(ISBLANK(a),0,CALCULATE(SUMX(Table1,a),Table1[Source]="Budget"))
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @snifer ,
The following is my sample you can reference to modify yours.
Measure = var a = SUM(Table1[values]) return IF(ISBLANK(a),0,CALCULATE(SUMX(Table1,a),Table1[Source]="Budget"))
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @snifer ,
Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as a solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from here.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
119 | |
77 | |
74 | |
71 | |
68 |
User | Count |
---|---|
103 | |
54 | |
52 | |
50 | |
50 |