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
Good day , please assist i want on the visualization all the empty spaces to show 100% using a formula
You can do it using an if in the measure you are displaying. Let's say:
Measure =
var _result= [Value]
RETURN IF (ISBLANK(_result), 1,_result)P.S. I have put 1 because I assume you are formatting decimal values between 0 and 1... otherwise, put 100
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.