Forum Discussion
sixtoquiles
8 years agoHelper II
Distinct or Summarize
HI: I have this data, i want to show the teacher and the course, i have a slice with range date. teacher course date john word jun john excel jun john word jun john ex...
- Anonymous8 years ago
Hi sixtoquiles
You can create a summarized table to display this. Go to Modelling -> New Table-> Use this formula:
Table_ex_summ = SUMMARIZE(Table1,Table1[teacher],Table1[course],Table1[date])
Thanks
Raj
Anonymous
8 years agoNot applicable
Hi sixtoquiles
You can create a summarized table to display this. Go to Modelling -> New Table-> Use this formula:
Table_ex_summ = SUMMARIZE(Table1,Table1[teacher],Table1[course],Table1[date])
Thanks
Raj