The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"))))))))