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
Anonymous
Not applicable

cannot find date value

Hello All, 

 

This is my first try of Power BI,  trying to figure out many new things, and get stuck with calcuating the datediff field. 

 

The issue is that it won't read my date field automatcially from the table, and I checked the field "ASOFDATE"  and "DUEDATE" are both the date type.  so I manually entered  the two but recived the below warning message.     ( I watched  some introduction vedio online, in theroy, the field options will pop up when entering the formula, but I don't see any option... )..

 

Anything critical I am missing here?  Any help is apperciated.  

Thank you,

Flora

 

DayDiff = DATEDIFF( 'Details'[ASOFDATE],'Details'[DueDate],day) 

 

"A single value for column 'ASOFDATE' in table 'Details' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result."

3 REPLIES 3
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Could you please mark the proper answer as solution or share the solution if it's convenient for you? That will be a big help to the others.

 

Best Regards!
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
Super User

Hi,

 

Try this

 

=MAX('Details'[DueDate])-MAX('Details'[ASOFDATE])

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Greg_Deckler
Community Champion
Community Champion

You are trying to create a measure, so you need to use an aggregation of MAX or MIN, for example around your date columns ASOFDATE, DueDate.



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!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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.