Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Yashodhan
Frequent Visitor

New column in SSAS not showing data in Power BI

I have created new column in SSAS model and in SSAS model that column is showing okay , but whenever I use this column in power bi ..it is showing error like cant load the data for this visual .please help me to solve this issue

Capture.JPG

 

9 REPLIES 9
lukiz84
Memorable Member
Memorable Member

And which measure do you use in PowerBI? Can you post this one too?

tried with Slicer,table ,card

lukiz84
Memorable Member
Memorable Member

and where do you check if "in SSAS it's correct"? 🙂

it is deployed and can show the column contents

 

lukiz84
Memorable Member
Memorable Member

Did you refresh the model?

Yes..refreshed, processed and deployed successfully 

Yashodhan
Frequent Visitor

In case of SSAS it is not showing any error it runs okay '

lukiz84
Memorable Member
Memorable Member

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"))))))))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.