Hi Mike,
Follow below steps:
1. Select required Dimensions/Measures.
2. Now create a calculated field to calculate the index as
Index = INDEX() .
![](https://www.edureka.co/community/?qa=blob&qa_blobid=16681388369081441150)
3. Now create another calculated field to group all rows by even and odd row numbers.
group = IIF([Index] %2 =0,0,[Index])
![](https://www.edureka.co/community/?qa=blob&qa_blobid=2223753892438676052)
4. Now convert the field into discrete and drop the group filter in filter shelf and unselect zero from selections to show alternate rows from beginning for all rows.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=4573002165064794155)
Hope this helps you.