Display sum of difference of a field between two day

I have daily data

I would like to display difference of
sum(total_size) - sum(total_size)

basically difference of today - yesterday.

I have figure out in lens.

image