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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I am using this in Manage roles to segregate by different queues and I thought this would work [NODE_ID] = "1363", but I am getting this error message. Data type for NODE ID is whole number. Can somone please help?
Solved! Go to Solution.
Hi @sraj
It should be [NODE_ID] = 1363 rather than [NODE_ID] = "1363". Adding double quotes around a number will conver it into Text type.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
May be I am not understanding this but the value is INT 1363 which is a number, can you please specify? Are you saying it has to be text and not number?
Hi @sraj
It should be [NODE_ID] = 1363 rather than [NODE_ID] = "1363". Adding double quotes around a number will conver it into Text type.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
"1363" is a text string. It needs a number