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
Jeffery24
Helper I
Helper I

Use parameter value as custom column

 

Hi,

How would I pass a parameter as just a number in an added column.

For example if parameter is set at 0.85Test.jpg

How would I add the value of the parameter as column value?

 

Test.jpg= Table.AddColumn(#"Added Custom1", "Vendor KPI", each 0.85)

Thanks for your help. 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Jeffery24

 

= Table.AddColumn(#"Added Custom1", "Vendor KPI", each #"Vendor KPI")

Regards
Zubair

Please try my custom visuals

View solution in original post

5 REPLIES 5
Zubair_Muhammad
Community Champion
Community Champion

@Jeffery24

 

= Table.AddColumn(#"Added Custom1", "Vendor KPI", each #"Vendor KPI")

Regards
Zubair

Please try my custom visuals

Thanks for providing the answer! I've been looking for a while but can't quite find a good explanation what the hashtag (#) does in M language. Is it specifically for calling a parameter?

@Mr_Glister, Sorry for late reply. Am no expert but I think it is using the # to call a variable with a space in the name.

Hi,

 

Thanks for quick reply. I tried a similar format earlier but keep getting a "Token Comma Expected" error.Capture.JPGIs it expecting "" around the Vendor KPI parameter or brackets because it has a space in the name? When i tried it just listed it as a string result not the value. Thanks

 

 

 

Hi,

 

Sorry missed the # sign! Works great. Thanks

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.