Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I have 2 columns defined as Text (Reported in Release & Support Version). I replaced all nulls in each column. I have logic to use either the value from the first column or the 2nd column field to create the new column (Rep Release/Version). This part works fine.
Next I want to create another conditional column based on the results of the new column. First I added a step to ensure the new column (Rep Release/Version) was defined as Text. I am using Text.Contains logic to determine value for new field.
I am getting the error "We cannot convert the value null to type Logical" for only a percentage of values. This makes no sense because there is no null value. Please help.
Solved! Go to Solution.
I finally figured out the problem. There was an additional field that I used in the conditional column (which was not included in my screenshot). That field still had some null values.
I finally figured out the problem. There was an additional field that I used in the conditional column (which was not included in my screenshot). That field still had some null values.
Hi @Alicia_Anderson ,
Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Stephen Tao
It's hard to debug this without the source data and your query code - can you supply them?
You say First I added a step to ensure the new column (Rep Release/Version) was defined as Text - is this working for all rows? How did you implement this?
Regards
Phil
Proud to be a Super User!