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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Fabcon_Europe_Social_Bogo

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.