Last Modified Date: 20 Jul 2023
Environment
Tableau DesktopAnswer
Create a calculated field similar to the following and replace the Measure in the view.IF LOOKUP(ZN(SUM([Measure])),0) = 0
THEN 'N/A' ELSE STR(SUM([Measure])) END
Additional Information
Additional string formatting may be required because the measure is effectively turned into a string, so any integer formatting is lost. More information about this topic can be found in the following Community Forums post: How to replace "No values" [Not Nulls] with N/A.Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials