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

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

Reply
isha88sheth
New Member

Expression.Error: We cannot convert the value "2012" to type Number.

Getting Expression.Error: We cannot convert the value "2012" to type Number. when using this function for a custom column:

 

      Text Year = Text.Combine({[Quarter Begin Month],"/", Number.ToText([Year])})

 

Year - Whole Number format, values e.g. 2012, 2013, 2014

Quarter Begin month - Text format

Text Year - Text format

 

Why is the function trying to convert [Year] to Number when I have used Number.ToText function?

 

Appreciate any help

 

.Capture3.PNGCapture2.PNGCapture1.PNG

2 REPLIES 2
Vvelarde
Community Champion
Community Champion

@isha88sheth

 

Hi, Reviewing your filter options i saw the year column is already Text Type.

 

Don't need to transform to text.

 

Regards

 

Victor

 

 




Lima - Peru

Must have taken the screenshot while playing around with format type.

 

Getting the same error with Year foramtted as Whole Number... 

 

Capture4.PNG

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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