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
Hello,
By default Power BI arranged them in this format. I'd like to re-arrange them. How do I move column 1 before column 2 in the visual.
Column '90 Days or More' is column one - I'd like to re-arrange it to be in front of column '100 Days or More' which is column 2 in red. Once the re-arrangement is complete, they would list as followed:
90 Days or More || 100 Days or More || 130 Days or More
Thanks. Sakal
Solved! Go to Solution.
1) Create a Conditional column in Power Query (or new calculated column with Dax) where you define the order you desire: If [Field] = "90 Days or More" then 1 else if [Field] = "100 Days or More" then 2 else if [Field] = "130 Days or More" then 3 and name it like "Days Bucket Sorting"
2) Go to Table view and select the field/category column. Go to the upper Column tools menu and select Sort by column
3) Select the "Days Bucket Sorting" column from the dropdown list
Proud to be a Super User!
Hi! @Sakal
Once you select that visual you can see that information under visualisation, I believe it's a matrix, so you can move the fields by dragging. That order will define which column should be number 1,2 or 3.
1) Create a Conditional column in Power Query (or new calculated column with Dax) where you define the order you desire: If [Field] = "90 Days or More" then 1 else if [Field] = "100 Days or More" then 2 else if [Field] = "130 Days or More" then 3 and name it like "Days Bucket Sorting"
2) Go to Table view and select the field/category column. Go to the upper Column tools menu and select Sort by column
3) Select the "Days Bucket Sorting" column from the dropdown list
Proud to be a Super User!
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 Power BI update to learn about new features.