Math, asked by adityapatraap4693, 1 year ago

Multiply a number by the number of time it appears in the table powerbi

Answers

Answered by Anonymous
0

Answer:


Step-by-step explanation:


In your table, you have different SpeedM/S for different Stationary Objects. You would need to create a measure to calculate a average speed value, then calculate distance between objects.


TimeDifference = MAX(Table1[time])-MIN(Table1[time])


AverageSpeed = AVERAGE(Table1[SpeedM/S])


OutputMeasure = [TimeDifference]*[AverageSpeed]


I hope this will help you

If not then comment me

Answered by susmitapal496
0
slove it by urself and happy always ☺️ ☺️
Similar questions