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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 35 | |
| 34 | |
| 27 |
| User | Count |
|---|---|
| 134 | |
| 101 | |
| 71 | |
| 67 | |
| 65 |