Hi! I created a column in power query with a mix of numbers, letters and symbols (ie. “1234567”, “A123456” or “A-1234567”). The current data type in PQ is “Int.64”. The problem is my Xlookup in excel is returning zero values. The formula works when I change the type to Number (in PQ) but the ones with letters and symbols give me an error (in PQ), and then hides them in excel. My workaround is to select the column then go to Data>Text to Columns in order for my xlookup to work. But I’d have to do that every time I refresh the table. Is there a way to do it in power query and avoid the extra step? Thanks in advance!