Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Creating custom column from particular cell text?

Is there any function that creating custom column from particular cell text?   e.g. Would like to get the value '1457.3', then create custom column with "1457.3" text. (this time I created manuall...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi  Anonymous ,

     

    In Power BI, the text type of data is available to use the Max () function, when your data with only one line of text, Max () function will be directly access to the value, when your data has more than one text, Max () function will be based on the order of the alphabetical sorting of the text to obtain the largest of these values.

    Calculated columnÇ

    Column 3 =
    MAX('Table'[Column 2])

     

    Best Regards,

    Liu Yang

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