The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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, @Anonymous ,
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, @Anonymous ,
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.
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |