Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 @Rio007
You may try
Status =
IF (
'Fact-Tasks'[Closed] = BLANK (),
"Pending",
'Fact-Tasks'[Closed] & "" )
)
Hi @Rio007
You may try
Status =
IF (
'Fact-Tasks'[Closed] = BLANK (),
"Pending",
'Fact-Tasks'[Closed] & "" )
)
Thank You so much this exactly what I needed
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |