A searched CASE expression labels each row using the first TRUE condition.
highlighted = computed this step
Input table
Start with invoice lines and unit prices.
Invoice lines
Select query
Evaluate CASE conditions in order and keep the first matching label.
CASE price band
Output table
Each row receives one price band label.
labeled rows