Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I got a problem to hide the blank child account on the accountrial balance.
Could I get help to solve this?
Solved! Go to Solution.
Hi @Thang_Doan
I'd like to check with you if you want to hide the entire rows where the blank exists, or just the blank value.
If you want to hide the entire rows where the blank exists, you can uncheck “(Blank)” in the filters for this visual. 
If you just want to hide the “(Blank)” value, you can create calculated columns using “IF” or “SUBSTITUTE” DAX as the following:
Column = SUBSTITUTE('Table'[level2], "(Blank)", "")
Column = IF('Table'[level2] = "(Blank)", "", 'Table'[level2])
In addition, you can also use “Replace Values” in Power Query to replace “(Blank)” value with “” or other text values. 
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Thang_Doan
I'd like to check with you if you want to hide the entire rows where the blank exists, or just the blank value.
If you want to hide the entire rows where the blank exists, you can uncheck “(Blank)” in the filters for this visual. 
If you just want to hide the “(Blank)” value, you can create calculated columns using “IF” or “SUBSTITUTE” DAX as the following:
Column = SUBSTITUTE('Table'[level2], "(Blank)", "")
Column = IF('Table'[level2] = "(Blank)", "", 'Table'[level2])
In addition, you can also use “Replace Values” in Power Query to replace “(Blank)” value with “” or other text values. 
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |