Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When quering a data warehouse table now, why are the names in some random order. Rather than how they were originally set?
When I do a select * they are in the correct order. But if you do New SQL Query > SELECT TOP 100 the columns are in a random order.
Very annoying
Solved! Go to Solution.
Hi @adamlob,
This is expected behaviour right now. The UI builds an explicit column list using a metadata view that isn’t guaranteed to preserve creation order, so the column list can look “random.”
On Reddit a Microsoft employee stated that they will try to address this by the end of the year.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Hi @adamlob,
This is expected behaviour right now. The UI builds an explicit column list using a metadata view that isn’t guaranteed to preserve creation order, so the column list can look “random.”
On Reddit a Microsoft employee stated that they will try to address this by the end of the year.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Fabric update to learn about new features.