Forum Discussion

Ejykso's avatar
Ejykso
Icon for Helper I rankHelper I
3 years ago
Solved

Dax for % of task completed

Hi All, I'll appreciate it if someone could help me with this.  I have a table with task showing for example: Days_Completed   Number_of_Task  Completed Within 24 hrs       18                ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Ejykso ,

    Please have a try

    easure =
    VAR _1toal =
        CALCULATE ( SUM ( 'Table'[Number_of_Task] ), ALL ( 'Table' ) )
    RETURN
        MAX ( 'Table'[Number_of_Task] ) / _1toal
    

     

    How to Get Your Question Answered Quickly 

     

    If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.