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

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

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.