Total Number of Rows in a Table: -
- Go to Desktop mode on Power Bi
- Go to Modelling
- Go to New Column
- Add this Formula
- Number_Of_Rows = COUNTROWS('Sales Data') – Your table_name.
- Enter
It will create a new column and will update the total number of rows from your table.