Forum Discussion

svaranas's avatar
svaranas
Frequent Visitor
4 years ago
Solved

Creating a Report to Count Tasks using lastest Status

Hey Team,

 

The Following is my data, and what i want to achieve, I have tried to extract max date time within each date, and got the status message but cannot do, i tried to extarct to a Createtable, no use

 

  • Don't forget that the solution is presented as a calculated column. Therefore you can easily add a measure that does this computation.  (If it had been implemented as a measure it would have been much (much) more complex.)

     

    Yield = divide(sumx(Filter('Table','Table'[status_name] in {"Done","Queue"}),'Table'[Ct]),sumx(filter('Table','Table'[status_name]="Inbox"),'Table'[Ct]))

     

    see attached.

15 Replies

  • Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.

    Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

    https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

      • svaranas's avatar
        svaranas
        Frequent Visitor

        I will give Try to Explain:

         

        As of Date : 28/03/2022:

        For all the Tasks that are there until 28/03,

        see the last Modified Status

        Account it Under the Appraisal

         

        Ex:

         

        There Might be a task that has been pending on day-1 and was completed Day-7

        we will acount it as pending count for all eh the day until day6

        but on on day 7 onwards it will account under Completed

         

        Please let me know if this is fine