Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working on Finance dashboard. I got one null value for which I want to name the label as Undefined Number. How can I do it.
On the front end, you can do like this:
If(Len(Trim(FieldName)) = 0, 'Undefined Number', FieldName)
Currently you can't do anything in the visualization itself. What Sunny suggested should work for you if you are not doing the calculation in the chart/table itself.
The undefined had the value but its field is not defined