Forum Discussion

ThomasWeppler's avatar
ThomasWeppler
Icon for Impactful Individual rankImpactful Individual
4 years ago
Solved

Summarise 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...
  • v-xiaotang's avatar
    4 years ago

    Hi ThomasWeppler 

    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.