Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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)]]))
  • Anonymous's avatar
    Anonymous
    4 years ago

    I figured it out with the new quick measure  method. 

    Thanks for the responses. 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    I figured it out with the new quick measure  method. 

    Thanks for the responses. 

  • 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.

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    First I got the special character error and to enclose the entire name in brackets.