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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
crln-blue
Post Patron
Post Patron

IF Statement Date on Measure : date column not showing on options to use for calculation

Hello!

I have a Date column and I need to make a measure which is based on this sample:

crln-blue_0-1606980582376.png

 

The dates are always on a 12-month period. I made a measure for CEI and my goal is for the CEI to have a blank data for the first month (due to insufficient data because my date will always be on a 12-month period). My CEI measure formula is okay except for the first data on the first month, I would like it to be blank. So I tried to make a measure using an if else statement where I'd like to check the Month of my Date column, however, my Date column is not on the list of columns/measures that I use to have computations with.

 

Is there any other approach for this? Thanks in advance!

2 ACCEPTED SOLUTIONS
DataInsights
Super User
Super User

@crln-blue,

 

If the date columns are from the date table (Dates in this example), you could add this to the end of your measure:

 

IF ( MONTH ( MAX ( Dates[Date] ) ) = 1, BLANK (), MeasureValueHere )

 

This assumes the Dates table has a relationship with the data table.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

Anonymous
Not applicable

Hi @crln-blue ,

 

Try this measure

CEI1 = IF(NOT(LEFT(MAX('Table'[Type]),3)="Jan"),MeasureValueHere))

 

Make sure "Show items with no data" has been enabled.

27.png 

 

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Ramanji
Frequent Visitor

If function is not showing the date column for calcumation, please suggest

crln-blue
Post Patron
Post Patron

Hello to @DataInsights  and @Anonymous !
Thank you for the reply. My first month is being calculated automatically and I just want it to leave it blank. I solved the problem by writing an IF statement because I also have another measure which is blank wherein my CEI measure is dependent to. All your answers are correct and thanks!

Anonymous
Not applicable

Hi @crln-blue ,

 

Try this measure

CEI1 = IF(NOT(LEFT(MAX('Table'[Type]),3)="Jan"),MeasureValueHere))

 

Make sure "Show items with no data" has been enabled.

27.png 

 

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

DataInsights
Super User
Super User

@crln-blue,

 

If the date columns are from the date table (Dates in this example), you could add this to the end of your measure:

 

IF ( MONTH ( MAX ( Dates[Date] ) ) = 1, BLANK (), MeasureValueHere )

 

This assumes the Dates table has a relationship with the data table.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.