Forum Discussion
UncleLewis
1 year agoResponsive Resident
Error Cannot Convert Value of Type Text to Type True/False
Hi all, Using up-to-date PBID. This error confuses me since it refers to Year column which shows as whole number in power query. What am I missing here? Error: Error fetching data for this v...
- 1 year ago
&& is the logical comparison AND, you should be using just a single & to join strings.
Phil
PhilipTreacy
1 year agoSuper User
&& is the logical comparison AND, you should be using just a single & to join strings.
Phil
UncleLewis
1 year agoResponsive Resident
Du-oh! (Homer)
Thanks Phil!