Forum Discussion

gsalas's avatar
gsalas
Advocate II
10 years ago
Solved

Expression.Error: Value=FALSE Type=Type

HELP!  Having serious issues with an attempted Merge Queries.  I am trying to merge an index key for the combination of Month, Year, and Keyword onto a Table with all leads.  Some of these leads will have a match in the index, but not all (since many of the leads are from other tactics like display).  When I merge the queries (Left Outer Join) and then attempt to exapnd the New Column so my index shows for each item, I get the following error message:

 

Expression.Error: We cannot convert the value false to type Text.
Details:
Value=FALSE
Type=Type

 

I cannot find this error anywhere else.  Since it is a left outer join, I should get an empty value NOT a FALSE values for every row where the match failed.  Thanks for your help!

  • gsalas's avatar
    gsalas
    10 years ago

    I found the issue.  Apparently two records in one of the index columns were labeled "FALSE" in the source excel data.  Power Bi cannot process cells in excel that have a classic error flag like "FALSE" "#NAME?" or "#DIV".  Once I cleared the records, the indexing worked beautifully.  Thanks!

3 Replies

    • gsalas's avatar
      gsalas
      Advocate II

      I found the issue.  Apparently two records in one of the index columns were labeled "FALSE" in the source excel data.  Power Bi cannot process cells in excel that have a classic error flag like "FALSE" "#NAME?" or "#DIV".  Once I cleared the records, the indexing worked beautifully.  Thanks!

      • goda's avatar
        goda
        Regular Visitor

        Thank you for sharing, I was losing my mind with this error ğŸ˜‚ But after seeing your comment saying Excel special flags are to blame, I just saved the source file as a csv instead of xlsx and that fixed it!