Forum Discussion
ezequiel
Microsoft Employee
8 years agoDifference in total vs raw data
I made a report that shows a total of 13.22K records but when I add a table with all the rows, and I export it I see only 12K records. I have NO filters on the table or the tile showing totals. (imag...
Mond
Helper III
8 years agoAdded to Felipe point of addition of new index column, in advanced editor make sure to click on remove duplicate rows on that particular table.
You can also verify
13.22k is showing count of request id
change to count(distinct) of request id and see if you are getting Canada 10 by adding all the columns from table in to table visual than only 6 rows.