Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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!😎
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.