Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I'm pulling data from an excel file in SQL server where furmulas are appearing as text and not a claculated numbers.
Can I convert those text formulas into calculated values without writing a complex code?
(Strings lenght are not constant and numbers are different per each cell)
See below example:
Appriciate the help 🙂
Yoav.
Solved! Go to Solution.
@arbelyoav Try Expression.Evaluate in Power Query
https://docs.microsoft.com/en-us/powerquery-m/expression-evaluate
It Works!!
Thanks Amitchandak
@arbelyoav Try Expression.Evaluate in Power Query
https://docs.microsoft.com/en-us/powerquery-m/expression-evaluate