cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
sy898661
Helper V
Helper V

How to create a % On Time measure

Hi!

 

I am trying to create a % On Time Delivery measure, but its not working. I have a column (ATS) that shows if an order is Early (negative number), On Time (0), or Late (positive number) by doing a DATEDIFF between planned and actual delivery date.

 

I have another column (ATS On Time) that is 

=IF(Sheet[ATS] <= 0, 1, 0)

So it has a 1 if the status is Early or On Time, and a 0 if it is Late

 

I have another column (ATS Count) that is

=IF(NOT ISBLANK(Sheet[ATS]), 1, 0)

So it has a 1 if the row has an order status, and a 0 if it is blank

 

So I tried creating a measure (% On Time) that is

=DIVIDE(SUM(Sheet[ATS On Time]) , SUM(Sheet[ATS Count]))

but it is showing 100% when it definitely should be 50%. What am I doing wrong?!

 

PBI 1.PNG     PBI.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @sy898661 ,

 

I tried with your measure and it works perfectly.

 

I get this output:

Capture 3.PNG

Capture123.PNG

 

Dont know if this is what your output should look like. however your formula looks correct.

 

Thanks,

Tejaswi

View solution in original post

4 REPLIES 4
sy898661
Helper V
Helper V

@Cmcmahan @Anonymous 

 

I'm not sure what I changed but it started working!!! Haha 🙂

Thank you both for replying!

Anonymous
Not applicable

Hi @sy898661 ,

 

I tried with your measure and it works perfectly.

 

I get this output:

Capture 3.PNG

Capture123.PNG

 

Dont know if this is what your output should look like. however your formula looks correct.

 

Thanks,

Tejaswi

The measure looks correct.  It could be done in one step, without creating the extra tables, but it should work just fine.

 

Do you have an active slicer or filter that could be restricting the dataset?

There's also the possiblity that you are displaying the result as a whole number.  .5 rounds up to 1, which would give you this behavior.  If you add another late delivery to your data, does the measure drop to zero?

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors