Forum Discussion

rlussky's avatar
rlussky
Helper I
5 years ago
Solved

Average Transactions Per Hour Measure

Hello,   I have a data set that has the following dimensions * Year, Month, Day, Hour * Region, Branch, Employee, Cashbox and a fact table with rows per transaction that has a column [Transactio...
  • v-xulin-mstf's avatar
    5 years ago

    Hi rlussky,

     

    You need create a summary table grouped by each employee per hour, and use Averagex function, just like:

    AVERAGEX(
        filter_table,
        [[Transaction Count]
    )

     

    Best Regards,

    Link

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!