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,
When a visual has no data to show after using a slicer, I want the visual to show the words "Not Applicable" rather than just a blank visual. Below is the code I currently use, how would I adapt it to show the words "Not Applicable" when no data?
Try something like this.
MT % =
VAR _Result =
CALCULATE (
COUNT ( MT[Competency Meets Requirement] ),
'MT'[Competency Meets Requirement] = "Meets Requirement"
)
/ COUNT ( MT[Competency Meets Requirement] )
RETURN
IF ( ISBLANK ( _result ), "Not Applicable", _Result )
Thanks for the reply, I've tried this code but still get 'Blank' rather than not applicable. Any ideas?
Thanks
Hi, @Chainfire74
Currently, gauge graph does not support showing not applicable instead of blank visual.
Best Regards,
Community Support Team _ Eason
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.