Forum Discussion
giuliapiazza94
Helper IV
4 years agoMultiply 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 😊
- 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] )
Jihwan_Kim
Super User
4 years agoHi,
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] )
giuliapiazza94
Helper IV
4 years agoIt works very well 😁
Thank you so much