Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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"))))))))