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 😊
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] )
2 Replies
- Jihwan_Kim
Super User
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] )- giuliapiazza94
Helper IV
It works very well 😁
Thank you so much