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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Experts
Getting an erorr with the following if measure (second if step)
Solved! Go to Solution.
Try the following. I think you were missing a bracket at the end and needed to give a specifc column after the &&
IF(
FACTNEWBI_IncidentAudit[Elapsed Time] >24,
"Red",
IF(
FACTNEWBI_IncidentAudit[Elapsed Time] >= 12 && FACTNEWBI_IncidentAudit[Elapsed Time] < 24,
"Amber",
BLANK()
)
)
Try the following. I think you were missing a bracket at the end and needed to give a specifc column after the &&
IF(
FACTNEWBI_IncidentAudit[Elapsed Time] >24,
"Red",
IF(
FACTNEWBI_IncidentAudit[Elapsed Time] >= 12 && FACTNEWBI_IncidentAudit[Elapsed Time] < 24,
"Amber",
BLANK()
)
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!