Middle of Dashboard showing Total Expenses

I remembered I added/removed item on Expenses & Vendors.
The middle of the dashboard become showing Total Expenses instead of Average Invoice.
How to revert it?
I already removed all the item in Expenses & Vendors.

If you delete all expenses the dashboard should revert.

I already deleted. Still the same. How to delete the archive?

The expenses need to be deleted, not archived.

You may need to restore then delete.

Done restored and deleted.
Still the same

I’m not sure, is it possible some are still archived?

You try run this SQL command to check all expenses are deleted

select count(*) from expenses where is_deleted = 0;

Deleted all the values in the expenses table solved the problem.