Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
fabiopaturzo
Helper I
Helper I

Column value linked to another colums

Hi All

I want starting from column "DATA", create a new column DATA FULL.

IF value into DATA is blanck then vale into DATA FULL is "NO" viceversa YES.

Thank you

fabiopaturzo_0-1675761561282.png

 

2 ACCEPTED SOLUTIONS
FreemanZ
Super User
Super User

hi @fabiopaturzo 

try like:

try like:
DATA FULL = IF([DATA] = BLANK(), "NO", "YES")

View solution in original post

fabiopaturzo
Helper I
Helper I

Great! It works perfecty

View solution in original post

2 REPLIES 2
fabiopaturzo
Helper I
Helper I

Great! It works perfecty

FreemanZ
Super User
Super User

hi @fabiopaturzo 

try like:

try like:
DATA FULL = IF([DATA] = BLANK(), "NO", "YES")

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.