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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Blank in a multi-row card

Hi, 

 

I have a measure in a multi-row card. 

 

Average Call Time (Min) = FORMAT(Journal_ab_2018[Average of DurationConnected average per DurationConnected (Min)1]/ 60 / 60 /24;"HH:MM:SS")
 
I would like to filter these values out when they are blank with the following: 
Average_Time_0 = if(ISBLANK([Average Call Time (Min)]);"0";[Average Call Time (Min)])
 
But it doesn't seem to do a lot - the blanks remain in the list even when I add the filter 
PowerBI.JPG
 
Any tips?
 
Thanks.
 
 
 
 
1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Try this one, please.

 

Average_Time_0 =
IF ( [Average Call Time (Min)] = BLANK (); "0"; [Average Call Time (Min)] )

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Try this one, please.

 

Average_Time_0 =
IF ( [Average Call Time (Min)] = BLANK (); "0"; [Average Call Time (Min)] )

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
jdbuchanan71
Super User
Super User

Can you put an 'is not blank' filter on Average Call Time like you have on CompanyName_Unique?
Anonymous
Not applicable

Hi, 

 

Yeah, I can but it doesn't seem to change anything. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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