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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

How can I count In progress

Hello great people:

As you can see my naive question. New in Power BI so still processing few options. Could you please help me to understand the calculation process:

In progress Count Measure  = Overall Status = Complete, in prgogress, (Blanks) AND PWC Actaul Completion Date Filter out blank. AND PWC Schedule Completion Date filter out before Today

Notw:

Table 1

Coloumn:

Overall Status

PWC Actaul Completion Date

PWC Schedule Completion Date

Appreciate your help.

Thanks

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

I am not sure if I understood your question correctly. Is this your desired output?

 

Measure = 
COUNTROWS (
    FILTER (
        'Table',
        'Table'[Overall Status]
            IN { "Complete", "in progress", BLANK () }
                && 'Table'[PWC Actaul Completion Date] = BLANK ()
                && 'Table'[PWC Schedule Completion Date] <= TODAY ()
    )
)

vkkfmsft_0-1655969718820.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
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

4 REPLIES 4
Anonymous
Not applicable

Appreciatae your help and support. Thanks.

Hi @Anonymous ,

 

I am not sure if I understood your question correctly. Is this your desired output?

 

Measure = 
COUNTROWS (
    FILTER (
        'Table',
        'Table'[Overall Status]
            IN { "Complete", "in progress", BLANK () }
                && 'Table'[PWC Actaul Completion Date] = BLANK ()
                && 'Table'[PWC Schedule Completion Date] <= TODAY ()
    )
)

vkkfmsft_0-1655969718820.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

I want something like below: 

 

I want to create a measur for : In progress Count  = Overall Status column = "Complete", "in progress", "(Blanks)" AND PWC Actaul Completion Date  colum Filter out only  "(Blanks)". AND PWC Schedule Completion Date filter out before Today <=TODAY()

TomMartens
Super User
Super User

Hey @Anonymous 

 

I have to admit that I do not understand your question. Maybe you are trying to solve an event-in-progress problem, than this article Events-In-Progress for Time Periods in DAX – Gerhard Brueckl on BI & Data (gbrueckl.at) contains all the links one has to know, and of course provides a solution for a special requirement. Start reading the article form Jason Thomas.

 

If this is not what you are looking for, consider creating a pbix that contains sample data but still reflects your data model (tables, relationships, calculated columns, and measures). Upload the pbix to onedrive or dropbox and share the link. If you are using Excel as a data source instead of using the manual input method, share the xlsx as well.

Describe the expected result based on the sample data you provided.

 

Regards,

Tom 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

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!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.