Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Bhavana_PB
Frequent Visitor

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 
Capture.PNG

As you can see I have named my parameter on right hand side as "Select Measure"
so when I write a syntax in blank query like this 
let
Source = #table({“MeasureParameter”},{{#”Select Measure”}})
in
Source

It gives me Invalid Identifier error. over this section 

Capture.PNG
I have no idea what is happeneing, My actual parameter is on right side of syntax, so what is first part which I have highlighted?
I think its just a random name by which that parameter will be called.. I need help on this..

I am following this article
http://community.powerbi.com/t5/Desktop/Passing-Parameters-in-measures/m-p/208276

Thanks in advance.

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

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

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Bhavana_PB,

 

Did it help? Can you mark it as an answer?

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

 

Sorry for late reply, yes its working for me.

Thank you
Bhavana

v-jiascu-msft
Microsoft Employee
Microsoft Employee

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

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.