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 this data model, with column DESCRIÇÃO ordered this way:
And I need to keep the same order in this table report:
Thanks a lot
Daniel
Solved! Go to Solution.
you can sort the column on both the data model and the report .Hope this helps @danielsouza
Hi @danielsouza,
For the following steps, I am assuming that row order from your source file is the same as on your screenshot and the values in DESCRIÇÃO are unique - no duplicates.
Remove
Hi @danielsouza,
For the following steps, I am assuming that row order from your source file is the same as on your screenshot and the values in DESCRIÇÃO are unique - no duplicates.
Remove
Works for me thanks
you can sort the column on both the data model and the report .Hope this helps @danielsouza