0
0
Power BIbi_tool~10 mins

Gauge visual in Power BI - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows actual sales and the sales target for a period.

CellValue
A1Sales
A2120000
B1Target
B2150000
Formula Trace
Gauge Value = SUM(Sales[Amount])
Step 1: SUM(Sales[Amount])
Cell Reference Map
   A       B
1 Sales   Target
2 120000  150000

Arrow: Sales[Amount] -> Gauge Value
The gauge visual uses the Sales amount from cell A2 as the value to display. The target from B2 is used as the maximum scale.
Result
Gauge Visual:
[---|=====>       ]
0    120000    150000

Value shown: 120000
Target max: 150000
The gauge shows the current sales value (120000) relative to the target (150000). The needle points to 120000 on the scale from 0 to 150000.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the needle on the gauge represent?
AThe total sales amount
BThe sales target
CThe difference between sales and target
DThe average sales
Key Result
Gauge visual uses a measure (like SUM of sales) as the needle value and a target value as the maximum scale.