Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Problem with table visualisation - columns order

Hello, I have a problem with table visualisation.

My model and data set in simplified version is:

I have three tables:

Tickets - which contain ticket number and recipient columns

Assets - which contain s/n. model and user name columns

Employees - wchich contain employee name, supervisor name

 

All tickets have a recipient, and all employees have supervisior, but not every s/n and model (they are always together) have user name. So visualisation should always show ticket, recipient and supervisor, and sometimes s/n and model when user (recipient) have it.

 

recipient name, user name and supervisor name means in fact the same so the tables are connected in that way:

MatthiasK_0-1633001467103.png

 

(all relationships are many to many and bi directional filtering)

 

I made a table visualisation

P.A. and H.R. do not have any assets, but for sure have supervisor 

 

MatthiasK_2-1633002193645.png

 

 

I do not understand why it do not shows supervisor name, even when it takes and connects right rows from all databases.

 

When I change the order of columns in visualisation it shows correctly...

MatthiasK_3-1633002353841.png

 

Can you please describe me why it behave like this?

 

Thanks and regards!

2 REPLIES 2
v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

Click the drop down arrow of "Supervisor name" in the above 2 orders to check whether they have the same aggregation.

vkellymsft_0-1633423448588.png

 

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

lbendlin
Super User
Super User

Your assets and your employees are dimensions.  Your tickets are facts.  Create a data model where both assets and employees have a 1:many relationship with tickets, with single direction.  That is called a star schema.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors