KPI a.k.a BANs or Big Numbers are great for displaying important facts quickly.
We need to define the measures if needed.
Name: Order Count (counts distinguished orders)
Formula: COUNTD([OrderID])
Name: AOV (calculates average order value)
Formula: SUM([Sales])/[Order Count]
Now we can display the key performance indicators all in one place
You may have information vertically instead of horizontally