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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
And which measure do you use in PowerBI? Can you post this one too?
tried with Slicer,table ,card
and where do you check if "in SSAS it's correct"? 🙂
it is deployed and can show the column contents
Did you refresh the model?
Yes..refreshed, processed and deployed successfully
In case of SSAS it is not showing any error it runs okay '
It says everything.
You created a calculated column but the expression you used throws an error. Show us the expression please.
= IF(('On Hand'[Locator]= ""),"Blank",
IF(CONTAINSSTRING('On Hand'[Locator],"236"),"REMP",
IF(CONTAINSSTRING('On Hand'[Locator],"235"),"JEPM",
IF(CONTAINSSTRING('On Hand'[Locator],"238"),"CME",
IF(CONTAINSSTRING('On Hand'[Locator],"240"),"HAGE",
IF(CONTAINSSTRING('On Hand'[Locator],"376"),"SKOV",
IF(CONTAINSSTRING('On Hand'[Locator],"577"),"DED",
IF(CONTAINSSTRING('On Hand'[Locator],"618"),"CEK", "NA"))))))))