Forum Discussion
Anonymous
4 years agoNot applicable
Measure in Power BI
I can't get this measure to work, I get the following error "The end of the input was reached".
Measure = ([Transportation Cost(In USD) / [Netweight(in KG)]]))
- Anonymous4 years ago
I figured it out with the new quick measure method.
Thanks for the responses.
3 Replies
- AnonymousNot applicable
I figured it out with the new quick measure method.
Thanks for the responses.
- parry2kSuper User
Anonymous seems like you have parenthesis and brackets at the wrong places.
Measure = [Transportation Cost(In USD)] / [Netweight(in KG)]✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
- AnonymousNot applicable
First I got the special character error and to enclose the entire name in brackets.