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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ad_456
Frequent Visitor

Lookupvalue with a datevalue zero

Hello, I have a table (smax_ServiceLevelTarget) where I want to lookup a value, where a datefield is zero (empty) :

Ad_456_0-1671527153540.png

The next statements gives no result:

 LOOKUPVALUE(
        smax_ServiceLevelTarget[Status],
        smax_ServiceLevelTarget[ParentId] , smax_Incident[ID] ,
        smax_ServiceLevelTarget[TargetType] , "TimeInGroup" ,
        smax_ServiceLevelTarget[Achievementdate], 0 )        
 
The result I want to see is in the first line of the table.
Can you help me?


1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello,

You could try this

Measure = IF(MIN('Date'[Date] = BLANK(),smax_ServiceLevelTarget[Value])

If I answered your question, please mark my post as solution, Appreciate your Kudos!

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

1 REPLY 1
Idrissshatila
Super User
Super User

Hello,

You could try this

Measure = IF(MIN('Date'[Date] = BLANK(),smax_ServiceLevelTarget[Value])

If I answered your question, please mark my post as solution, Appreciate your Kudos!

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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