Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi all,
I am using a Matrix visual and I am adding in text strings into the Values using SELECTEDVALUE. for example for the rows I placed the Account Name and for the values I have the Child Name (ChildName = SELECTEDVALUE(Table[ChildName]) & a bunch of other numerical values. The problem I face is the Child Account is showing blank, however when I filter to a specific Account Name using a slicer, the Child Name will populate. Is there anyway to fix this/ get around this issue & show all the Child Account Names in the Matrix Values section?
Thank you!
Solved! Go to Solution.
@Anonymous , Try like
ChildName = Max(Table[ChildName])
if not,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@Anonymous , Try like
ChildName = Max(Table[ChildName])
if not,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 44 | |
| 33 | |
| 27 | |
| 23 |
| User | Count |
|---|---|
| 141 | |
| 119 | |
| 59 | |
| 40 | |
| 35 |