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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Experts
Getting an error on the following measure - cannot work it out.
Solved! Go to Solution.
Escalated = //Try this one
IF (
(VALUE(Complaints[Escalated Complaint]) = 1 || VALUE(Complaints[Escalated Complaint]) = 0)
&& Complaints[Category] = "Compliant",
"Yes",
"No"
)
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Escalated = //Try this one
IF (
(VALUE(Complaints[Escalated Complaint]) = 1 || VALUE(Complaints[Escalated Complaint]) = 0)
&& Complaints[Category] = "Compliant",
"Yes",
"No"
)
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Arrrr my column with escalted compliants is a text field not numbers 1 or 0 and i cannot change to whole number
Hi mh still getting the following error Cannot convert value '' of type Text to type Number.