Forum Discussion
mgcchkn
2 years agoFrequent Visitor
Power BI Report View Table Row Limitation?
I have a spreadsheet that I'm importing into Power BI and when I'm looking at the Table View, it shows all 49,723 rows. But in Report View using a Table visual it's only showing me 337 rows. Same r...
parry2k
2 years agoSuper User
mgcchkn if the columns you are using on the table visual are not unique, it will group all these rows together. Maybe add an index column (unique column in PQ) and add this new column in the table visual and then you will get the correct number of rows. Basically, each row needs to be unique.
- mgcchkn2 years agoFrequent Visitor
I have about 147 different widgets and each one of them has data from 1/1/23 to 12/3/23. It's only showing me 1 widget's YTD data. You think an index column would fix that?