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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Avoiding the "first" that automatically Power Bi assigns...

I have a Clients table, with columns:

 

-Name

-Number

-Parent

-Parent Number

-Owner

 

 

 

Whenever a client has same Parent as itself, for example:

********

-Name: Client xyzz

-Number: 12345

-Parent: Client xyzz

-Parent Number: 12345

-Owner: John

********

It means that it has no parent. (or that the parent is itself...)

 

 

 

My problem comes when using a Matrix in Power BI…

 

In Rows I have

  • Parent
  • Name

 

When I choose Owner for Values… automatically, it creates this “First Owner” and picks a “wrong” value…

 

I understand that since its grouping by, it just picks the first value… but the row does have a value, how can I force to select the owner?

 

(screenshot for reference)

ovonel_0-1626863757382.png

 

 

 

(I guess the model is not ideal, but I would like to fix it with a measure or a calculated column).

1 ACCEPTED SOLUTION

Hi,  @Anonymous 

This is the default behavior of matrix and only depends on the type of data you put in the "Value".

If you put a text field in "value", the aggregation could only be "first", "last", "count"...
If you put in a numeric field , the aggregation could only be "sum", "average", "max"...

As a workaroud ,you can  put all field "Parent","Name","Owner" in Rows.

23.png

Then close the option of "Stepped layout".

The result will show as below:

24.png

Best Regards,
Community Support Team _ Eason

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Add this to the list of a thousand reasons why Power BI is **bleep**.

amitchandak
Super User
Super User

@Anonymous , Anything in values will have aggeration even if you have a unique value for row combination.

If you do not want that, move to rows

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks for your ansewr but I need it as a separate column.

Hi,  @Anonymous 

This is the default behavior of matrix and only depends on the type of data you put in the "Value".

If you put a text field in "value", the aggregation could only be "first", "last", "count"...
If you put in a numeric field , the aggregation could only be "sum", "average", "max"...

As a workaroud ,you can  put all field "Parent","Name","Owner" in Rows.

23.png

Then close the option of "Stepped layout".

The result will show as below:

24.png

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors