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
Reza
Helper II
Helper II

How to replace (Blank) on card when using Live Connection

Hi,

 

The Card visual shows (Blank) when there is no data. 

I know it is possible to use a new measure to replace that but that is not an option with Live Connection to multidimensional SSAS.

We could replace Null with 0 in our cube but that is not desirable at all as this shows all null records with 0s.

 

Is there anyway to fix this issue or just have to ask for new feature and wait forever for that to be implemented? 

 

Really appreciate any help.

3 REPLIES 3
Anonymous
Not applicable

Hi, 

You can hide the blank value using a Conditional Formatting rule on the Callout Value. The rule is 'if blank' then select the same color as the card or canvas background. 

I have created a video tutorial on how to create the conditional rule: https://youtu.be/Xsmbfpa4oCA

biancagilly_1-1652137235851.png

 

 

v-juanli-msft
Community Support
Community Support

Hi @Reza

As tested, this formula can help when using live connection.

Measure = IF(ISBLANK(MAX([forcast])),0,MAX([forcast]))

6.png

 

 

Best Regards

Maggie

 

Hi @v-juanli-msft,

 

I am afraid but I cannot add any new measure when using live connection to a multidimensional cube. 

Everything under modeling is disabled. 

 

Modeling.PNG

 

 

Would be any other solution for this?

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