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 Experts,
I am working on the scenario like creating matrix table and added 3 rows , but in that rows i am having blank values in the column , so it is showing nothing when it expanded as below :
Those blank spces are related to the below tables parameter only .. i cannot remove this blindly because the other data on this tables will also excluded in the matrix . this "tables" was a new column created by using New Column .. so we cannot perform actions from Power Query. Tried with filter pane options (is not blank) but still other fields are affecting 😞
So without impacting other fields how come i fix this ? Sharing the table view and DAX here :
Thanks
DK
Solved! Go to Solution.
Hello @Anonymous
you can filter out those blank value via filter pane.
in this dummy data, column 3 has two blank value which is 2 and 4.
After being filtered out, the value 2 and 4 are gone.
since this is just visual filter, it will not affect any calculation.
if this doesnt solve your problem, perhaps you need to remove those blank value by SUMMARIZE the table.
Hope this will help you.
Thank you.
Hello @Anonymous
you can filter out those blank value via filter pane.
in this dummy data, column 3 has two blank value which is 2 and 4.
After being filtered out, the value 2 and 4 are gone.
since this is just visual filter, it will not affect any calculation.
if this doesnt solve your problem, perhaps you need to remove those blank value by SUMMARIZE the table.
Hope this will help you.
Thank you.
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.