Forum Discussion

marcvd's avatar
marcvd
Frequent Visitor
5 years ago
Solved

Determining a specific value without getting an average value..

Hi all!   Hope I phrased my question well.   So I am struggling with determining the specific salary cost for a client.   1. Employees register their working hours per (project per) client. 2....
  • v-easonf-msft's avatar
    5 years ago

    Hi, marcvd 

    Try to add  a new measure as below:

     

    Result2 = SUMX(VALUES('DATE'[MONTH]),[RESULT])

     

     

     

    BTY,It is not recommended to send me private messages. If you have any questions, it is recommended to post directly on the forum.

     

    Best Regards,
    Community Support Team _ Eason