Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
Need Help!
Got error message below.
Any Idea??
HI @Anonymous ,
I'd like to suggest you check your datasource fields to confirm if unmatched data type records values add to your datasource.(e.g. text value exist in number filed, date value exist in bool field)
Regards,
Xiaoxin Sheng
somewhere in your data transformations you change the column type to logical (probably from Any), but the column which is affected has null values. You should either change the null values to 0/1 depending on your use case, or filter out the null values from that column
alternatively if you need to keep the null values as they are then I'd suggest using different data type