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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Jas359
Regular Visitor

Power BI Matrix visual with SELECTEDVALUE text values

Hi,

I have a matrix visual with texts in value field (as I need them to be on the same line).

CutomerName= ('Customer'[Customer Name])

 

I use SELECTEDVALUE measure, however I need to display SelectedValue "textmeasure" for "order number" level but not to display under "order subline" subcategory level.

For example I need to have Sales amount for each "order subline" level, but the name of customer only on the level of order number and not to repeat it under each order subline. 

 

Jas359_0-1690811125161.png

Thank you in advance for your help.

3 REPLIES 3
Jas359
Regular Visitor

Hi Felix, thank you for your reply. This solution gives the same result: it repeats the customer name both on the level order number and on subline levels.

 

Jas359_0-1690894097861.png

 

Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.

If the information is sensitive please share it trough private message.


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



MFelix
Super User
Super User

Hi @Jas359 ,

 

Try the following measure:

Customer = IF(ISINSCOPE(Table[Order]), ('Customer'[Customer Name]))

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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