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...
Anonymous
7 years agoNot applicable
I do not see that
Greg_Deckler
7 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