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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi - I'm trying to use Power Query to pull in selected columns from a table and it seems like every column I reference, accept the frust one is attemped to be convereted to number. IF I query one column its fine, once I add another I get the error message. Can someone please tell me what I am doing wrong? Thank you
Solved! Go to Solution.
The list of columns you want to select needs to be within {}, e.g.
= Table.SelectColumns(MSS_Flat_Fee_Hours, { "Start date", "End date" } )
The list of columns you want to select needs to be within {}, e.g.
= Table.SelectColumns(MSS_Flat_Fee_Hours, { "Start date", "End date" } )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.