Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

(Blank)? Null? data in data pane

Hi Power Bi, I am facing problem with a lot of (blank) in data pane.

Some of the filters are showing as (blank) and if I can get any help with removing all the (blank)s with 0 or whatever looks better.

The (blank)s look so ugly and my clients don't really want to see them.

When I go to the Power Query Editor and check the column in the table, there is no 0, empty or null data.

I tried some DAX and other ways I found in this forum but they all didn't work.

Can I please get some help?

 

blank correct.png

 

 

Blank error.png

10 REPLIES 10
aj1973
Community Champion
Community Champion

Hi @Anonymous 

The Blank() is coming from calculations made on columns, when there is no data it returns (Blank).

2 ways : Either you fil up the blank cells of the columns with 0 in Power Query or (which is better and cleaner) is to create measures for those cards and add 0 to it. Exemple : External =  CALCULATE(SUM('TableName(ColumnExternal)')) + 0

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Anonymous
Not applicable

Hi Amine,

 

I tried both but still showing (blank).

I checked the column and they are all filled with '0' and there is no blank or null cells in the table.

Also tried DAX to remove the (blank)s, but not working....

aj1973
Community Champion
Community Champion

aj1973_0-1692207814052.png

did you add the 0 tou your measures?

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Anonymous
Not applicable

Hi,

 

I did, The table name is 'All Leased Labor Data' and the column name is [Leased Labor FTE], so I created measure as

CALCULATE(SUM('All Leased Labor Data'[Leased Labor FTE])) + 0

aj1973
Community Champion
Community Champion

Are you sure this column [Leased Labor FTE] is in Numeric format?

Can you double check in Power Query please

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Anonymous
Not applicable

Hi,

 

There are decimal numbers right now.

aj1973
Community Champion
Community Champion

What do you mean? Can you show me the field in Power Query please?

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Anonymous
Not applicable

Hi AJ,

 

Please see attached!

Thanks for your help

 

jbmoon93_0-1692211870224.png

 

aj1973
Community Champion
Community Champion

aj1973_0-1692212216926.png

this table is a reference from the original table right? therefore I don't think field is getting correctly the right Format.

Can you correct the format of the original table?

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Anonymous
Not applicable

I did actually changed the format from text to number already....

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors