What is the correct formula to display the value of the raw data column of “Revenue” plus a 5% margin?

What is the correct formula to display the value of the raw data column of “Revenue” plus a 5% margin?
A . SELECT([‘Revenue’] *1.05)
B. SELECT([‘revenue’] *1.05)
C. sourceField([‘Revenue’] *1.05)
D. sourceField([‘revenue’] *1.05)

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments