Forum Discussion
Anonymous
7 years agoNot applicable
Export issue
Two questions Is there a way to see how many rows a power bi report has in atable or matrix? I built amatrix and tried to export it but the sales total of the excel export wont tie to whats i...
Greg_Deckler
7 years agoCommunity Champion
If you click on the Data tab over on the left and then on a table, at the bottom will be the row count. Is that what you are looking for?
Anonymous
7 years agoNot applicable
I do not see that
- Greg_Deckler7 years agoCommunity Champion
Weird, you don't see this:
It should also be in Query Editor:
- Anonymous7 years agoNot applicable
I definitely do not. It is a live connection to a cube though
- Anonymous7 years agoNot applicable
Hi Anonymous,
You can try to write a measure to with count row function to get count of current row contents, drag it to matrix visual value field and it will show total row count on total level.
Measure = COUNTROWS ( Table )
Regards,
Xiaoxin Sheng