Forum Discussion
Anonymous
3 years agoNot 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 bett...
Anonymous
3 years agoNot 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
3 years agoCommunity Champion
did you add the 0 tou your measures?
- Anonymous3 years agoNot 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
- aj19733 years agoCommunity Champion
Are you sure this column [Leased Labor FTE] is in Numeric format?
Can you double check in Power Query please
- Anonymous3 years agoNot applicable
Hi,
There are decimal numbers right now.