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
arvindyadav
Post Partisan
Post Partisan

[Expression.Error] We cannot convert the value 20 to type Text.

Hi Team,

 

I am facing some error like [Expression.Error] We cannot convert the value 20 to type Text.

How can I adjust to this?

I am working on excel files.

 

Regards,

 

Arvind

 

2 REPLIES 2
Aron_Moore
Solution Specialist
Solution Specialist

Sounds like you are trying to use some DAX expression which requires text, but the input contains numbers. You could try wrapping your input in FORMAT(table[column with text&num]), "" )

Hi @Aron_Moore,

I did 3 column unpivot 1st it is in format of ABC/123 format after unpivot it is converted into 1.2 format .
If I am using what you said is that okay with my data .. I did unpivot in edited query.

Regards,
Arvind

Helpful resources

Announcements
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!

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 Solution Authors