Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

row number

Please add row number display on/off to Table visual. It is very practical.
Status: Needs Votes
Comments
Mramesh1
New Member

Very much useful to display the no of rows

fbcideas_migusr
New Member

7 years! I wait this function for 7 years!

fbcideas_migusr
New Member
Status changed to: Needs Votes
 
sand
New Member
I vote for this ! Strange that it has not been added yet, as it is a basic feature in Excel : row numbers in the line headers. It could simply be an option in the format of the Table visual.
deepakyadav
Microsoft Employee
Yes, this will be really helpful for table with multiple sort columns / multiple filters.
Byzantium
New Member
I can't believe how much time I have spent trying to get this to work with complicated DAX queries. Looker Studio has this option - it's just a checkbox. Come on Power BI team!!!
dataisdnewtoil
Frequent Visitor
Although I upvoted this too, there's a workaround now with visual calcuations. I used: Row_Num = FORMAT(ROWNUMBER(), 0) and it works fine until you sort it.
LIzziefrombris
New Member
Agree with the comments that a row count option be available on the table visual. I have a detailed raw data table (as many users are not allowed sql access to the backend of our system) and some of these have over 150000 rows which means I can't export the data from the cloud or from the desktop as the rows exceed limit (increasing this would be a great idea if it hasn't already been suggested). I can't use a measure because my table visual joins to many dims and facts and the final visual contains more data than an individual dim or fact table. Currently I have to copy the query from performance monitor and create a table and then remove the define, order by and rename evaluate to return and if I have the same field name being used from different dims I have to rename these first which I don't really want to do. This will provide me the count but I also have to remember to recreate the table again if I add any new fields to the table.