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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
vjnvinod
Impactful Individual
Impactful Individual

(Blank) in Multirow Card

Hi,

 

I am getting (Blank) in my visualization, while i am not sure how do i take that out from the visulazation.

Look at my scrubbed PBIX file, can someone please help to fix this?

 

https://www.dropbox.com/s/9j5asfq7xpdt0go/testchecknew.pbix?dl=0

1 ACCEPTED SOLUTION
shebr
Resolver III
Resolver III

Hi @vjnvinod

 

See code and image below. It would be useful to you if you created measures from your values. This will help you handle blank values.

 

New Inbound Revenue = IF(ISBLANK(sum(Inbound[TER_FYTD_USD])), "", sum(Inbound[TER_FYTD_USD]))

 

Let me know how you get on,

 

Thanks

 

shebr

 

Revenue.JPG

 

View solution in original post

3 REPLIES 3
shebr
Resolver III
Resolver III

Hi @vjnvinod

 

See code and image below. It would be useful to you if you created measures from your values. This will help you handle blank values.

 

New Inbound Revenue = IF(ISBLANK(sum(Inbound[TER_FYTD_USD])), "", sum(Inbound[TER_FYTD_USD]))

 

Let me know how you get on,

 

Thanks

 

shebr

 

Revenue.JPG

 

vjnvinod
Impactful Individual
Impactful Individual

@shebr

 

Thanks, this helps, can you see, if we can convert the numbers to Millions or Billions as the same feature is missing in the Multirow card.

 

Regards, vinod

Hi @vjnvinod

 

I have had a good look around and dont see the option for that.

 

Thanks

 

shebr

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors