Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I would greatly appreciate your help.
I need to create a table with the first 9 characters of each data in this table.
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.
Solved! Go to Solution.
try with
= Text.Start ([UANO], 9) and what I needed came out.
I appreciate your time taken to help me, greetings.
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
This is the error.
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 .
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |