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! Request now
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?
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
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....
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
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
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
Hi,
There are decimal numbers right now.
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
Hi AJ,
Please see attached!
Thanks for your help
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
I did actually changed the format from text to number already....
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 |
|---|---|
| 52 | |
| 21 | |
| 11 | |
| 11 | |
| 10 |