Forum Discussion
Anonymous
6 years agoNot applicable
Returning a value
Hello, How can I write a measure that if the value to be 0 to return it as No Value rather than Blank. Scenario: I have Three tables Request ID, Priority, and Technician. The slicer is alr...
- 6 years ago
Anonymous I don't know, seems to work. See attached PBIX file below sig, Page 16
dobregon
Impactful Individual
6 years agoHi,
I think the if is the solution
if((valueanalysie)=0,"No Value",value)