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 |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 25 |