Forum Discussion
ThomasWeppler
Impactful Individual
4 years agoSummarise selectedvalue
I want to look at all the assignment we have in a table. In this table I want to see price for all the closed assignments the month it was closed. The table also have multiple assignments that have...
- 4 years ago
Try this measure
test= IF(HASONEVALUE('calendar'[label]),[test 4],sumx('Assignment',[test 4]))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
v-xiaotang
Community Support
4 years agoTry this measure
test= IF(HASONEVALUE('calendar'[label]),[test 4],sumx('Assignment',[test 4]))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.