Forum Discussion
IF ISBLANK Return Blank
- 7 years ago
Depending on your data source, they might not actually be BLANK(). They could be empty strings or a space or something.
I would fix this with Power Query instead of DAX. In the home tab, click Edit Queries, and then find the Provider column. Find a cell with a blank Provider, right click and select "Replace Values", replacing empty strings with "Unknown"
Depending on your data source, they might not actually be BLANK(). They could be empty strings or a space or something.
I would fix this with Power Query instead of DAX. In the home tab, click Edit Queries, and then find the Provider column. Find a cell with a blank Provider, right click and select "Replace Values", replacing empty strings with "Unknown"
- nsadams87xx7 years ago
Helper III
Okay thanks. I was thinking that too, this is a CVS file and honestly I really am not sure what is exactly in those cells. I'll do what you suggested.