Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
How would I write this as a custom column?...
I have a table called Fruit and need the following...
Solved! Go to Solution.
Try:
IF TEXT.LENGTH([Apple])=0 THEN [Pineapple] ELSE [Pear]
or
IF [Apple] & "" = "" THEN [Pineapple] ELSE [Pear]
Try:
IF TEXT.LENGTH([Apple])=0 THEN [Pineapple] ELSE [Pear]
or
IF [Apple] & "" = "" THEN [Pineapple] ELSE [Pear]
Brilliant, thank you very much!😎
| User | Count |
|---|---|
| 59 | |
| 47 | |
| 31 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 77 | |
| 66 | |
| 46 | |
| 22 | |
| 22 |