Forum Discussion
CetinT
2 years agoFrequent Visitor
Using LEN in LEFT
Hi Everbody, I want to count the characters in a column, subtract a certain number of characters from this number and then shorten it. But it gives an error. Below is the DAX code I use. Is it pos...
CetinT
2 years agoFrequent Visitor
You can find sample data below. I want to cut the last two characters.
| W_HOUSE | RESULT |
| DOR00401 | DOR004 |
| TIRDOR00501 | TIRDOR005 |
| FDOR00601 | FDOR006 |