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
Anonymous
Not applicable

How would this Excel formula be in Power Bi

I would greatly appreciate your help.
I need to create a table with the first 9 characters of each data in this table.

Screenshot (89).png

I already searched but I have not understood how to adapt it to my need
I also tried LEFT (<text>, <num_chars>) and I get an error.
thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@amitchandak 

try with
= Text.Start ([UANO], 9) and what I needed came out.
I appreciate your time taken to help me, greetings.

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

The left should give you the required result. Can you share the error?

 

like :  LEFT (UANO, 9)

 

If possible please share a sample pbix file after removing sensitive information.
Thanks

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

 

Screenshot (92).png

 

This is the error.

Screenshot (91).png

Anonymous
Not applicable

@amitchandak 

try with
= Text.Start ([UANO], 9) and what I needed came out.
I appreciate your time taken to help me, greetings.

Are you working in Edit query mode? In that, you need to use the M language. Left is Dax function.

In Model view (Not in edit query mode), create a new column, it should work

 

Edited - Seems like got the solutions .

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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
Top Kudoed Authors