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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Denskim123
Regular Visitor

strange problem - date format is no longer being recognized because of "/" in my formula

Hi community,

 

I'm encountering a strange problem that I have not encountered before. I created a new measure/column using the formula shown below combining the 2 columns 'Month1' and 'Year1' to get the column 'MO/YR'. I also set this column format to be a date and it has been working great. 

 

Denskim123_0-1713809364414.pngDenskim123_2-1713809426779.png

 

Today, after refreshing my data (as I typically do), all of a sudden PowerBI is no longer recognizing that column as a date format and is throwing this error message. I can't figure out why all of a sudden it's saying the "/" is an issue???

 

Denskim123_3-1713809733187.png

 

Does anyone know why this might be happening and what/how I can correct it?  Thanks a million.

 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

I think, like Greg, we have to hypothesise that the new data is causing a problem.
Are the Year1 and Month1 columns number type?

Why don't you comment out the code and put this in the calculated column:

DATE ( 'Raw Data'[Year1], 'Raw Data'[Month1], 1 )

The way it's currently written involves some conversions behind-the-scenes which may be prone to error.

This new code might throw an error but it may allow you to narrow it down.

 

View solution in original post

4 REPLIES 4
HotChilli
Super User
Super User

I think, like Greg, we have to hypothesise that the new data is causing a problem.
Are the Year1 and Month1 columns number type?

Why don't you comment out the code and put this in the calculated column:

DATE ( 'Raw Data'[Year1], 'Raw Data'[Month1], 1 )

The way it's currently written involves some conversions behind-the-scenes which may be prone to error.

This new code might throw an error but it may allow you to narrow it down.

 

@HotChilli your suggestion worked great! i went back and double checked my columns but didn't find anything out of place. i'm still baffled. in anycase, thanks for your alternative solution!

Greg_Deckler
Super User
Super User

@Denskim123 My guess is that you literally have a "/" in your data for some reason as if your Year1 and Month1 columns for a particular row are null.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

I checked my columns for a null value or to see if any cell contained "/" but nothing. columsn are clean and only has the values that I expect to see. I'm totally baffled as to why this is happening all of a sudden....

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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