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
Hello All,
Solved! Go to Solution.
Hey @Anonymous ,
as a calculated column the formula seems to be correct.:
myColumn = IF(SharePointList1[WorkStatus]="A" && SharePointList1[Status]="Completed", UNICHAR("128994"))
Did you add it to the table SharePointList1?
Do you receive an error message?
Best regards
Denis
Hello @Anonymous ,
where do you want to use that? In a calculated column or a measure?
If it's in a measure your columns need an aggregation:
myColumn =
IF(
MAX(SharePointList1[WorkStatus]) = "A" && MAX(SharePointList1[Status]) = "Completed",
UNICHAR( "128994" )
)
@selimovd tq for your balze reposne , I need the experssion in Calulated Column .
But I didn't find luck to the expersion . Please extend your support.
Hey @Anonymous ,
as a calculated column the formula seems to be correct.:
myColumn = IF(SharePointList1[WorkStatus]="A" && SharePointList1[Status]="Completed", UNICHAR("128994"))
Did you add it to the table SharePointList1?
Do you receive an error message?
Best regards
Denis
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!