Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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
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
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!