The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
I have a column with 3 digit number value that i like to extract the first 2 digit to a new column, what query should i use?
Thanks!
Hi! I think just using "left" would solve your problem
Left("table", "numberofdigits")