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 possible for you to help?
LEFT(SALES[W_HOUSE]; LEN(SALES[W_HOUSE])-2)