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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Dom87326
Helper II
Helper II

If condition for DATE

Hello, 

 

I am having some difficulty of If condition result.

 

I have two columns:

  • %DATE_KEY int type, which has many non unique rows with dates looking back 5 years, format is always yyyymm&"01".
  • Year End calculated column based on condition to show only year end results (see example below), if year is yyyy&"12"&"01" then %DATE_KEY else is blank.

PBI.JPG

 

Many thanks in advance for any help!

1 ACCEPTED SOLUTION

Ah, OK. Then try the same thing except as a number.

if Number.Mod([%DATE_KEY], 10000) = 1201 then [%DATE_KEY] else null

View solution in original post

3 REPLIES 3
AlexisOlson
Super User
Super User

Try creating a custom column with this:

if Text.End([%DATE_KEY], 4) = "1201" then [%DATE_KEY] else null

 

Hello @AlexisOlson,  

Thanks for Your help, unfortunately %DATE_KEY is integer (number) and it does not work with syntax Text.End. 

 

Ah, OK. Then try the same thing except as a number.

if Number.Mod([%DATE_KEY], 10000) = 1201 then [%DATE_KEY] else null

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.