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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

how to add an attribute as Values in a matrix?

I have a hierarchy which is a bit mixed, using columns from different Dimensions. The hierarchy is:

 

Name

Parent

Client Sold

Client Pay

Contract.

 

I am displaying them in a matrix visual.

 

As 'values' I have some measures from the Fact table. Now, I have as a requirement to show the ‘address’ of the 'Client Pay' as ‘Values’  too

 

As expected, the problem is that the data only makes sense if I drill down to the ‘client pay’ level… otherwise when aggregated of course it just picks the ‘first address’ and makes no sense.

 

Is there a way to show blank, until the user drills down at the ‘client pay’ level?

 

(I am consuming  a lot of data, so I was looking for an optimal way of achieving this…)

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

Try this measure:

Address = IF(ISINSCOPE (Table[Client Pay]), MAX(Table[Address])





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

2 REPLIES 2
PaulDBrown
Community Champion
Community Champion

Try this measure:

Address = IF(ISINSCOPE (Table[Client Pay]), MAX(Table[Address])





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Would the formula SELECTEDVALUE be sufficient?

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.