0
0
Power BIbi_tool~10 mins

Applied steps and undo in Power BI - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

Sample sales data by region before any applied steps.

CellValue
A1Sales
A2100
A3200
A4300
B1Region
B2North
B3South
B4East
Formula Trace
Applied Steps: Filter Region = 'North' -> Add Column: Sales Tax = Sales * 0.1 -> Undo last step
Step 1: Filter rows where Region = 'North'
Step 2: Add column 'Sales Tax' = Sales * 0.1
Step 3: Undo last step (remove 'Sales Tax' column)
Cell Reference Map
   A       B       C
1| Sales | Region | Sales Tax
2|  100  | North  |  10
3|  200  | South  |     
4|  300  | East   |     
Columns A and B are original data. Column C is added in step 2 and removed in step 3.
Result
   A       B
1| Sales | Region
2|  100  | North
Final table after undo shows only filtered rows with original columns, no Sales Tax column.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the first applied step do?
ARemoves the Sales Tax column
BAdds a new column for Sales Tax
CFilters rows to only show Region 'North'
DSorts data by Sales
Key Result
Applied steps modify data step-by-step; undo reverses the last applied step.