Forum Discussion
Anonymous
5 years agoNot applicable
Print Status
Hi All, I want to print my staus in a measure. Please help. Instead of count I want to print the status.
nandic
5 years agoResident Rockstar
Anonymous ,
Is current formula still needed or you are interested to only display the status value?
Calculate function returns one value, and mainly it is used to return numeric (aggregated) values - as you did it.
Also, you can return text values if you use function like FirstNonBlank (column).
If you display new measure and column for status in a list, it will display count per each status.
Could you send image what is expected output?