Forum Discussion

giuliapiazza94's avatar
4 years ago
Solved

Multiply sum by a number

Hi guys, I need to calculate this: I want to sum days and after I've to multiply the sum by times. In the picture there is an example     Can you help me? Thank you all 😊
  • Jihwan_Kim's avatar
    4 years ago

    Hi,

    I am not sure the below is what you are looking for, but please check the below picture and the attached pbix file.

     

     

    Expected outcome measure: =
    SUM ( Data[Days] ) * SELECTEDVALUE ( Data[Times] )