This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello!
I have a report where I need to sort many visuals with a custom X-axis. Some visuals have identical categories on the x-axis (e.g. "Very interested", "Somewhat interested", etc.), but some contain completely different information.
I am familiar with creating an additional table such as below, sorting "Category" by "Rank", and building a relationship between 'Sort Table'[Category] and the column on my original table. But, is there a way to do this for multiple visuals without having to create a new table for every visual?
Sort Table = DATATABLE(
"Rank", INTEGER,
"Category", STRING,
{1, "Very interested"},
{2, "Somewhat interested"}
...)
Solved! Go to Solution.
Hi @Anonymous
If the values are different you have to create a table with a sort column for every visual with different values.
Or one big table with separate columns for the values and for sort order.
something like :
unfortunately, there are no other tricks
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Anonymous
If the values are different you have to create a table with a sort column for every visual with different values.
Or one big table with separate columns for the values and for sort order.
something like :
unfortunately, there are no other tricks
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 40 | |
| 21 | |
| 19 |