Forum Discussion

abc_777's avatar
abc_777
Solution Specialist
4 years ago
Solved

hi

[ Spoiler ]
  • v-kkf-msft's avatar
    v-kkf-msft
    4 years ago

    Hi abc_777 ,

     

    The calculated columns are not visible in the Power Query Editor. You can create the custom column in Power Query and then filter for rows with a value of 1.

    CustomColumn = if Text.Length([MOBILE_NO]) = 11 then 1 else 0

     

    Or create a calculated column and then filter.

     

    CalculateColumn = IF ( LEN ( [MOBILE_NO] ) = 11, 1, 0 )

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.