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! Learn more

Reply
danextian
Super User
Super User

Expression.Evaluate returns an error

Hi All,

 

I need help in understanding why Expression.Evaluate in this query returns an error.

 

 

let
    Source = OData.Feed("http://services.odata.org/AdventureWorksV3/AdventureWorks.svc"),
    CompanySales_table = Source{[Name="CompanySales",Signature="table"]}[Data],
    Custom1 = Table.Schema(CompanySales_table),
    Custom2 = List.Transform(Custom1[TypeName],Expression.Evaluate)
in
    Custom2

 

Typename column contains a more specific data type of columns in the table (Int64, currecy, etc). I'm Expression.Evaluate to convert the values in this column as type type instead of type text but the conversion returns an error.  Aren't these valid data types?

 

TypeName

Text.Type
Text.Type
Int32.Type
Text.Type
Currency.Type
Int64.Type




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hello

I hope this case  similar to the issue and solved alreadly may offer you some ideas,  i am still seeking for the reason deeply all the time.

 

Best Regards

Maggie

Hi @v-juanli-msft

 

Thanks for the reply. The solution in the link works if I am simply trying to re-apply the same data types from a previous step but what I am trying to understand why Expression.Evaluate returns an error when those are valid data types.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

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