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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors