Forum Discussion

Andrew_na_lang's avatar
4 years ago
Solved

How can I get the average GAP (last Column)

Hi Friends,   I have created a measure that shows the gap in hours between the (Earliest Sign up) 2nd column and (First order date)3rd column. I now need to know the average gap to visualize it as ...
  • johnt75's avatar
    4 years ago
    Average gap = AVERAGEX( ADDCOLUMNS( VALUES( 'Table'[full_name]), "@val", [Gap measure]), [@val])