superjayCopper ContributorNov 10, 2020Table Sizes Hi all, Is there a way to view the table size, i.e. if I ran Signinlogs | count Instead of getting the number of events,I would get 120mb Thanks in advanced Show More
revanth1Copper Contributor to superjayNov 17, 2020superjay Instead you can use Signinlogs|summarize Total=sum(estimate_data_size(*))|project format_bytes(Total)