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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
AllanBerces
Helper IV
Helper IV

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 Plan vs Daily Progress

 

AllanBerces_2-1707097401405.png

 

AllanBerces_1-1707097221662.png

Thank you in advance,

Allan

 

1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

Hi  @AllanBerces ,

 

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

vyangliumsft_2-1707203540058.png

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:

 

vyangliumsft_3-1707203540063.png

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

View solution in original post

6 REPLIES 6
v-yangliu-msft
Community Support
Community Support

Hi  @AllanBerces ,

 

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

vyangliumsft_2-1707203540058.png

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:

 

vyangliumsft_3-1707203540063.png

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

Hi,

by the way i have separate column for category.

AllanBerces_0-1707466767530.png

 

Hi,

Thank on your reply, the result on the measure sum of all. How can i filter it on specific category? coz the earned last 24 hrs has diffrent category.

 

Thank you

Thank you very much save me a lot

amitchandak
Super User
Super User

@AllanBerces , You can compare it with the previous day's value and make it balnk. Hope you are using a date table joined with date of your table and used in the slicer, visual, and measures 

 

Try measures like

 

M1 = Sum(Table[Earned 24 Hours])

 

M1 Last = calculate([M1], previousday(Date[Date])

 

M1 Used = if([M1] = [M1 Last] , blank(), [M1])

 

 

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Thank you  amitchandak but the result still the same.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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