Forum Discussion
Calculated table - rows not showing
- 9 years ago
Thanks for all the replies.
I have solved the problem this time, but still don't completely understand it:
v-ljerr-msft, I checked the DISTINCT function with the other columns in the same table and found that it worked with all the columns that did not have blank or null values. For the columns that did have blank or null values (including the RegionName column), it displayed the table without showing the rows, but showed the number of rows at the bottom.
Solution: I filtered out the blank values in the RegionName column and it worked fine after that.
I filtered the column on Query Editor. However, this worked as well:
SUMMARIZE ( FILTER ( Table, [Column] <> BLANK() ), Table[Column] )
Anonymous, unfortunately I can't share the data, but it would be interesting to know what causes this issue in some tables and not others.
bulliusyeah if you can ever come up with a non-confidential table that produces the same results let me know.