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 |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |