Hello all,
I had this formula to return the first 5 Rows of a Table:
INDEX(SUMMARY[EMPNAME],D2,1)
INDEX(SUMMARY[EMPNAME],D2+1,1)
INDEX(SUMMARY[EMPNAME],D2+2,1)
INDEX(SUMMARY[EMPNAME],D2+3,1)
INDEX(SUMMARY[EMPNAME],D2+4,1)
I enter 1 in D2 and it returns the first 5 rows. Change it to 6 and it...