Forum Discussion
Syndicate_Admin
4 years agoAdministrator
count concurrency
Hello, I have this table where you can see that there are different articles What I need is to Make A Measurement in Dax that tells me How many pcS I have, the sin Import brand or Models, Ano...
Anonymous
4 years agoNot applicable
To my knowledge, It is not possible directly to write a measure on a text column.
You can do the above method in DAX. Please refer to the following link:
Data Cleaning in DAX: Splitting text strings
However, if you rely on DAX in these cases, it is not efficient. Depending on the size of the table, it may take ages to load the results. Also, It is not a best practice.
Please feel free to get back to me if you need any clarification.
If you think I answered your question, please 'Accept' it as a solution.
Thanks