Hi All
Please can anyone help me rewrite this below query as a column. want to see Late or On time as a row.
Solved! Go to Solution.
Hi, @Olivia25 ,
Try it.
_Question? =
IF (
'Questionaire & App'[QuestionnaireStatusID] < 6
&& 'Questionaire & App'[QuestionnaireDeadline] > TODAY (),
"Late",
"On Time"
)
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Olivia25 ,
Try it.
_Question? =
IF (
'Questionaire & App'[QuestionnaireStatusID] < 6
&& 'Questionaire & App'[QuestionnaireDeadline] > TODAY (),
"Late",
"On Time"
)
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Olivia25, format and if are wrongly placed. Also you are comparing text with int
User | Count |
---|---|
127 | |
52 | |
34 | |
31 | |
28 |
User | Count |
---|---|
145 | |
53 | |
38 | |
28 | |
27 |