Forum Discussion
Error message when sorting by another column
- 2 years ago
jcesguerra Sorry, let me try again:
- add a table visual
- add the column that you are trying to sort
- add the column that you are using for sorting
- add the following measure in the table visual
Measure = DISTINCTCOUNT ( Table[SortByColumn] )click on the Measure heading in the visual to sort by measure, and see if there is any value which is greater than 1 and that where the problem lies.
jcesguerra Sorry, let me try again:
- add a table visual
- add the column that you are trying to sort
- add the column that you are using for sorting
- add the following measure in the table visual
Measure = DISTINCTCOUNT ( Table[SortByColumn] )
click on the Measure heading in the visual to sort by measure, and see if there is any value which is greater than 1 and that where the problem lies.
- jcesguerra2 years agoNew Member
they all have a value of 1... including the blank. maybe that's the problem?
(thanks a lot for your help!)