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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Elijabrnc
Frequent Visitor

Change Number to a Word

Hallo I want to change the 0 and 15 into word's. So that they are called normal and import. If i want to change it in the power query it says that i have to change them into other numbers. Can someone help me?

Elijabrnc_0-1695633817124.pngElijabrnc_1-1695633886400.png

 

1 ACCEPTED SOLUTION
JoeBarry
Solution Sage
Solution Sage

Hi @Elijabrnc 

 

Before trying to change, format the number as Text.

 

I would actually keep the number for sorting reasons and add a custom column. then when you load in the data, you can sort the custom column by the number and it will appear in the order you wanted in a visual

if [YourColumn] = 0 then "normal" else 
if [YourColumn] = 1 then "high" else "low"

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

View solution in original post

1 REPLY 1
JoeBarry
Solution Sage
Solution Sage

Hi @Elijabrnc 

 

Before trying to change, format the number as Text.

 

I would actually keep the number for sorting reasons and add a custom column. then when you load in the data, you can sort the custom column by the number and it will appear in the order you wanted in a visual

if [YourColumn] = 0 then "normal" else 
if [YourColumn] = 1 then "high" else "low"

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors