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

How to Return the First Date Where A Measure is Zero

Hi all,

 

I have created a measure in PowerBI and am trying to calculate a formula where I can find the first date where the key measure would be blank (or zero).

 

I have tried using formulas with firstdate and lastdate, as well as minx(filter(  but have not been able to get the syntax correct.

 

Any help or insight would be extremely helpful. Thanks!

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

Please try the measure formula as below:

result = 
CALCULATE (
    FIRSTNONBLANK ( 'Table'[Date], 1 ),
    FILTER ( 'Table', ISBLANK ( [Measure] ) || 'Table'[Measure] = 0 )
)

veasonfmsft_0-1653896515120.png

 

Please check my sample file for more details.

Best Regards,
Community Support Team _ Eason

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

Please try the measure formula as below:

result = 
CALCULATE (
    FIRSTNONBLANK ( 'Table'[Date], 1 ),
    FILTER ( 'Table', ISBLANK ( [Measure] ) || 'Table'[Measure] = 0 )
)

veasonfmsft_0-1653896515120.png

 

Please check my sample file for more details.

Best Regards,
Community Support Team _ Eason

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.