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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
cottrera
Post Prodigy
Post Prodigy

Power Query - Of current year = Column Year

Hi 

 

I have a table that contains columns of years.  So that I can add some conditional formating these ciolumns I would like to add a custom column that uses an if statement 

 

If current year = column year 1 else 0

 

How would you suggest I do this in power query.

 

thank you 

 

RIchard

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

NewStep=Table.AddColumn(PreviousStepName,"CustomColumnName",each Byte.From(Date.Year(DateTime.LocalNow())=[the colum name of year in previous step table]))

View solution in original post

2 REPLIES 2
cottrera
Post Prodigy
Post Prodigy

Great works perfect . Thank you for your quick response

wdx223_Daniel
Super User
Super User

NewStep=Table.AddColumn(PreviousStepName,"CustomColumnName",each Byte.From(Date.Year(DateTime.LocalNow())=[the colum name of year in previous step table]))

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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