Forum Discussion
Andrew_na_lang
Helper V
4 years agoHow 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 ...
- 4 years ago
Average gap = AVERAGEX( ADDCOLUMNS( VALUES( 'Table'[full_name]), "@val", [Gap measure]), [@val])
johnt75
Super User
4 years agoIts not a column, its a measure. Put this measure on a card visual and it will show the average gap
Andrew_na_lang
Helper V
4 years agoNot working
- johnt754 years ago
Super User
You need a close ) after the measure ], then delete the extra ) at the end of the line