Forum Discussion
Mariano92
2 years agoNew Member
How to create Automatically generate serial number
Hello, The table below shows my data structure. I want to create a measure to automatically generate a serial number starting from 1, even if I use filters. My problem is that the values are not...
TotunG
2 years agoResolver I
Why don't you add an Index column to your data table starting from 0. That way, every row will have a unique number.