Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.