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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.