I have a derived column but the number there is in text format. I have tried different DAX formular to conver it to the right format(integer) but always get error e.g
Solved! Go to Solution.
@ninimoke
Actually I was expecting this response. Apparently you have more than just numbers in this column. In order to detect the cell(s) that have the problem use the following code then look for the blank cells:
IFERROR ( VALUE ( Sheet2[Size Value] ), BLANK ( ) )
Hi @tamerj1
Thank you!!! , that worked for me. I have tried using blank before but did not work but the IFERROR statement helped. Thank you so much.
Thanks for the response. Unfortunately I still face the same issue.
@ninimoke
Actually I was expecting this response. Apparently you have more than just numbers in this column. In order to detect the cell(s) that have the problem use the following code then look for the blank cells:
IFERROR ( VALUE ( Sheet2[Size Value] ), BLANK ( ) )
User | Count |
---|---|
136 | |
72 | |
39 | |
34 | |
22 |
User | Count |
---|---|
140 | |
64 | |
41 | |
26 | |
23 |