Forum Discussion
Missing data in Power Query Editor
- 1 year ago
Thank you. I've worked out the issue. First of all, the filter search is case sensitive so I was filtering by Text>Equals using lowercase letters but what I was filtering was all uppercase. The other issue is that the data I was joining the two queries by had a small variation in their values, one had punctuation and one didn't. I didn't suspect this as they both should have been the same coming from the same source. So all sorted. Thanks for replying Anonymous and Omid_Motamedise AmiraBedh
Hello !
Can you please provide the Power Query code and some data ?
Thank you, the query is = Table.TransformColumnTypes(#"Promoted Headers",{{"Month", type date}, {"Ticker", type text}, {"Article", type text}, {"Type", type text}, {"Name", type text}, {"Company Name", type text}, {"Page Views", Int64.Type}, {"Downloads", Int64.Type}})
What kind of data do you mean, a sample?