Forum Discussion
Anonymous
5 years agoNot applicable
Average Per Hour
Hello all, I need to display in a visual Card the average per hour in total. I have the following Fact table: Id QuantityExecuted DimStartTime_id 1 20 11:54:51 2 1 11:55:12 3 ...
- 5 years ago
Anonymous , create hour as time in your table
or use hour column
example
averagex(values(Time[Hour]), calculate(sum(Table[Quantity])))
amitchandak
5 years agoSuper User
Anonymous , create hour as time in your table
or use hour column
example
averagex(values(Time[Hour]), calculate(sum(Table[Quantity])))
- Anonymous5 years agoNot applicable
Hello amitchandak ,
Thank you for your reply. It was correct. I found out some example but was not totally correct.
Thanks and have a nice day,
Rui