Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have one query with sites with a unknown state, and another query with sites and states known. Im trying to use lookup to find the solution, but unfortunately am getting an error of lookup value does not support comparing values of type integer with values of type text. Consider using the value or format function to convert one of the values. ABS state actual = a two letter abbreviation, Store number is a series of 5 numbers, and site ID is a series of 5 numbers. Thank you!
Solved! Go to Solution.
@adrianvandiver Either make sure that both your Store Number and Site ID are text or numbers. One of them is currently text and the other is a number. Or, you can always try adding & "" to the number column or + 0 to the text column in your formula.
thank you, even though one of the columns was integers, it was marked as text in the format. This is whats been messing me up, thank you again!
@adrianvandiver Either make sure that both your Store Number and Site ID are text or numbers. One of them is currently text and the other is a number. Or, you can always try adding & "" to the number column or + 0 to the text column in your formula.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.