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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello! I am trying to make my scatterplot be displayed in alphebetical roder by provider_name. I added the name dimension to the legend, but it seems to be sorting the x-axis by provider name, and then also by the name (of the practice).
How can I just make it alphabetical by provider_name? That way all of the name(practice) colors are all scattered.
I've tried clicking on the three dots to sort, but these are the options it gives me. WHen I click on revenue it does the same thing (sorting by revenue AND by practice name)
Thanks in advance!
Solved! Go to Solution.
Hi, @Anonymous
Where does your problem exist? I’ve also created some data and make some tests, then I found that it’s sorted alphabetically by [provider_name] if I selected the “Sort by [provider_name]” and didn’t place any field in the “Name” of the chart. When I placed the field in the “Legend”, the “Sort by” doesn’t work, it’s now sorted by the value in the “Legend” field.
As a result, I suggest you to remove the field in the “Legend” field of this chart if it’s possible. Or you can place a rank column to rank the [provider_name] alphabetically and place it into the “Legend” field of this chart.
Rank = RANKX('Table',[Provider name],,ASC,Dense)
And you can get what you want.
You can download my test pbix file here
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Where does your problem exist? I’ve also created some data and make some tests, then I found that it’s sorted alphabetically by [provider_name] if I selected the “Sort by [provider_name]” and didn’t place any field in the “Name” of the chart. When I placed the field in the “Legend”, the “Sort by” doesn’t work, it’s now sorted by the value in the “Legend” field.
As a result, I suggest you to remove the field in the “Legend” field of this chart if it’s possible. Or you can place a rank column to rank the [provider_name] alphabetically and place it into the “Legend” field of this chart.
Rank = RANKX('Table',[Provider name],,ASC,Dense)
And you can get what you want.
You can download my test pbix file here
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Nevermind! I realized you have to add this as a new column to your table - not make a new measure! Thanks so much!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |