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...
Dangar332
2 years agoResident Rockstar
HI, CetinT
LEFT(SALES[W_HOUSE], LEN(SALES[W_HOUSE])-2)
use ( , ) instead of ( ; )