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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Pit927
Regular Visitor

How can I use a parameter to select a column?

Hi!
How can I use an input parameter in the function to select a column?

Same as using ["NAME COLUMN"], then use a parameter: [parameter]
For example, in this case of combining columns:

Ejemplo para foro.png
When I introduce the parameter, I replace it within the [ ]

Because I know that if I put it in the editor as: ["parameter"] it works, but I wanted to use it as a variable for more fields..


Thank you.
All the best!

4 REPLIES 4
Pit927
Regular Visitor

Hi @lbendlin 
If I remove the square brackets the result is:

IDFIELDID - FIELD
1Black1 - FIELD
2Yellow2 - FIELD
3Orange3 - FIELD
4Blue4 - FIELD
5Green5 - FIELD


I need this result:

IDFIELDID - FIELD
1Black1 - Black
2Yellow2 - Yellow
3Orange3 - Orange
4Blue4 - Blue
5Green5 - Green


I need select the column with the name of the parameter. 

Read about Expression.Evaluate. Make sure to read the scope part carefully.

It doesn't work for me. What I need is a toString of the parameter inside the brackets to search the column. Now it's looking for Field literally.

lbendlin
Super User
Super User

specify only the parameter name, remove the square brackets.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.