Forum Discussion

Bhavana_PB's avatar
Bhavana_PB
Frequent Visitor
8 years ago
Solved

Invalid Identifier error

Hi All,   I have created a parameter using manage parameter option form edit queries. But I want to call that parameter in a measure, so I created a blank query and I am trying write this syntax  ...
  • v-jiascu-msft's avatar
    8 years ago

    Hi Bhavana_PB,

     

    Please try it like this. I would suggest you avoid using spaces in the parameter names. Then you can use the parameter name directly.

    let
        Source = #"Select Measure"
    in
        Source

    Invalid_Identifier_error

     

    Best Regards,

    Dale