Forum Discussion
Daz4
4 years agoHelper I
Missing Rows when loading Dataflow into dataset
I wonder if anyone knows what mihgt be wrong in my data. I have a dataflow that i feed into a dataset and have no filters at all on the dataset. The issue I have is that there are 12 rows missing fro...
- 4 years ago
Did you check column statistics (profile), any error in data that is skipping in the Viewing report?
Anonymous
1 year agoNot applicable
I had a similar issue, the problem for me was that I was filtering in the dataflow based on the condition
[column] <> "" which filtered correctly in Powerquery UI. Adding and additional filter [column] <> null solved it for me.