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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors