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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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