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.
Thanks in advance for helping me with this challenge
here I'm trying to indentify empty row as pending. this the DAX code I wrote
Solved! Go to Solution.
Hi @Anonymous
You may try
Status =
IF (
'Fact-Tasks'[Closed] = BLANK (),
"Pending",
'Fact-Tasks'[Closed] & "" )
)
Hi @Anonymous
You may try
Status =
IF (
'Fact-Tasks'[Closed] = BLANK (),
"Pending",
'Fact-Tasks'[Closed] & "" )
)
Thank You so much this exactly what I needed
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |