Forum Discussion
Anonymous
3 years agoNot applicable
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 Sel...
MFelix
3 years agoSuper User
Hi Anonymous ,
Try the following measure:
Customer = IF(ISINSCOPE(Table[Order]), ('Customer'[Customer Name]))