I have calculated how many rows of data are used and am getting about 2500. However, my data usage says it’s closer to 6k. I’ve gone through the doc and looked at column usage but can’t find the issue. Suggestions on how to find out where all the data is being pulled?
I would suggest checking all the columns in your database using “Find uses” to see if they’re referenced anywhere in your apps (in case you’re using data sources that are not Glide Tables).