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.
Hi guys,
This problem has been puzzled me for a couple days and I didn't find similar post here or anywhere. So I decided to post myself.
I want to re-order a dax table's columns, but selectcolumns doesn't retrun columns in the order I set. WHY is it acting like this? Has anyone run into the same problem before?
Thanks!
Cecilia
Solved! Go to Solution.
@ceciliam2 , Take out the script(dax code), Drop the table, create again, and try. if you change the script after the table is created it does not follow the order
@ceciliam2 , Take out the script(dax code), Drop the table, create again, and try. if you change the script after the table is created it does not follow the order
thanks amit. it worked. unfortunately i had to rewrite all the measures and relink relationships after i drop the dax table in my live model. I wonder why selectcolumns works like this, or maybe it's a bug that can be fixed? 🙂