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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Count is not matching

Hello great people. I am stuck up here. Appreciate your help to figure out the exact count.

IDOverall StatusProgress Status (If In-Progress)Risk RatingClient Legal NameScheduled Completion Date (calc)Actual Complete Date
5Removed MediumA5/27/2022 
6Completed MediumB7/8/202112/19/2021
7In-Progress HighC9/2/202110/20/2021
8Completed HighD8/26/202110/20/2021
9  HighE7/21/202111/25/2021
10In-Progress HighF4/18/2022 
11In-Progress HighG10/21/2021 
12Completed HighH4/19/20223/24/2022
13Completed HighI6/22/20223/24/2022
14In-Progress HighJ6/27/2022 

 

Measure Count = Overall Status="Completed"||Overall Status="In-Progress"||Overall Status=Blank() AND Scheduled Completion Date (calc)= <Today() AND Actual Complete Date = BLANKS() The result I am expecting is 2. I am not getting that. Anyone could help me to create the formula.

Appreciate your help. 

1 ACCEPTED SOLUTION
mohammedadnant
Impactful Individual
Impactful Individual

Hi @Anonymous 

 

Pls try this, 'Table' is the table name

Measure Count = 

CALCULATE( COUNT('Table'[ID]),
'Table'[Overall Status] in {"Completed", "In-Progress"} || 'Table'[Overall Status]= Blank(),
'Table'[Scheduled Completion Date (calc)]<=Today() ,'Table'[Actual Complete Date] = BLANK()
)

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!! !!

Thanks & Regards,
Mohammed Adnan
Learn Power BI: https://www.youtube.com/c/taik18

View solution in original post

1 REPLY 1
mohammedadnant
Impactful Individual
Impactful Individual

Hi @Anonymous 

 

Pls try this, 'Table' is the table name

Measure Count = 

CALCULATE( COUNT('Table'[ID]),
'Table'[Overall Status] in {"Completed", "In-Progress"} || 'Table'[Overall Status]= Blank(),
'Table'[Scheduled Completion Date (calc)]<=Today() ,'Table'[Actual Complete Date] = BLANK()
)

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!! !!

Thanks & Regards,
Mohammed Adnan
Learn Power BI: https://www.youtube.com/c/taik18

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! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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