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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Anonymous
Not applicable

New Column creation

I want to create new column using 2 columns with if condition wherer in one column among these 2 source columns is created bby adding 3 measures and 1 column. So my column should be, IF('Column1' = 'Column2', "True", "False").  Once I create this column and press enter, instead of executing the column creation, it shows "Column =". So why column is not getting created.  

2 REPLIES 2
ChiragGarg2512
Super User
Super User

@Anonymous , when a column is used in a dax, the table name has to be mentioned. Currently, expression in IF statement is to compare tables named column 1 and column 2.

Anonymous
Not applicable

No, actually I am not writing DAX to create this column. I am using "New column" to create it.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors