Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 72 | |
| 37 | |
| 28 | |
| 26 |