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
Kieranwood
Regular Visitor

Formula help

Hi all,

 

I'm building a report in which it needs to count 2 columns if certain criteria is being meant which can be seen below.

 

The basis of the query is if column Hired contains a date and rec source contains a 1 then enter a 1 into the "custom column" which it does however it's then meant to put a zero in those cells which has a hired date but rec source has a 0 which it doesn't and instead put's a zero in all other columns which then when doing a count/sum it's showing 9000+ cells instead of the 11 which has data in hired.

 

If someone can lend a hand and advise what the formula would need to be that would be fantastic!

 

a.png

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

@Kieranwood,

 

You may try the following Boolean expression.

(try Date.From([Hired]))[HasError] = false
Community Support Team _ Sam Zha
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

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Kieranwood,

 

You may try the following Boolean expression.

(try Date.From([Hired]))[HasError] = false
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.