Forum Discussion

AllanBerces's avatar
AllanBerces
Post Prodigy
2 years ago
Solved

S-Curve Daily Progress

Hi Good day, Almost a month Im searching for the answer on my issue, but can't find it. Can anyonr pls help me on this. I have a table. Date, Daily Proress and Sheet 2. Im trying to create S-Curve P...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi  AllanBerces ,

     

    Are the dates you show in Visual in Sheet1(2), I reproduced your scenario

    Here are the steps you can follow:

    1. Create measure.

    Measure =
    SUMX(
        FILTER(ALL('BRUNEI_WTI'),
        'BRUNEI_WTI'[Date]=MAX('Sheet1 (2)'[Date])),[earned last 24hrs])

    2. Result:

     

    If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

     

    Best Regards,

    Liu Yang

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