Forum Discussion
Sachin31
4 years agoRegular Visitor
Auto Increment Sequence number on Summarized Table visualization
Hello All, I have a PBI report in which i have added a table , the column of tables is summarized view of data means it grouped data on behalf of some column and shows there. Now i want to have a...
mh2587
4 years agoSuper User
Row Number = RANKX( ALL(TableA) ,% Time Recorded) //I am assuming the % Time Recorded will be a measure not calculated column
Sachin31
4 years agoRegular Visitor
Hello mh2587 , here in tableA which table i should mention because all tables have data on daily basis activity and in this visual i need grouped(till the date) result.
- mh25874 years agoSuper User
I didn't get you please provide expected output and the logic you are thinking