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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I need help to show Blank or Empty value replaced for 0 value in the Matrix Table.
I tried to cutomize it in the Visual Setting (Row subtotal, Specific Column, Cell Element) but found nothing.
Thank you for you help
Solved! Go to Solution.
Hi @Thang_Doan
For your question, here is the method I provided:
Here's some dummy data
“Table”
You can create a measure.
Measure = SUM('Table'[Values]) + 0
Put measure into the "Values" of the matrix.
Here is the result.
If you're still having problems, provide some dummy data and the desired outcome. It is best presented in the form of a table.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Thang_Doan
For your question, here is the method I provided:
Here's some dummy data
“Table”
You can create a measure.
Measure = SUM('Table'[Values]) + 0
Put measure into the "Values" of the matrix.
Here is the result.
If you're still having problems, provide some dummy data and the desired outcome. It is best presented in the form of a table.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try power query UI.
But remember zero and blank are give two different meanings.
Hi Nalakan, I tried some formats of number in power query but the matter is still.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.