Forum Discussion
Hennie7863
11 years agoFrequent Visitor
The formula is incomplete
HI I'm trying to follow the tutorial : https://support.powerbi.com/knowledgebase/articles/471597 and I'm getting the error that the formula is incomplete.... It is in the Add custom column window...
- 11 years ago
It should start with "=" operator. Can you share a screenshot?
Greg_Deckler
Community Champion
11 years agoDo you have an "=" in front of it:
Formula should be:
=[Orders.Detail...
- HarrisMalik11 years ago
Continued Contributor
It should start with "=" operator. Can you share a screenshot?
- Anonymous10 years agoNot applicable
Hi HarrisMalik,
your formula should be: LineTotal = [Order_Details.UnitPrice] * [Order_Details.Quantity]
Is it like this?
- HarrisMalik10 years ago
Continued Contributor
Anonymous Yes it is correct. Here LineTotal is the name of calcuated column